'Declaration
<NotNullAttribute()> Public ReadOnly Property FieldInfos As Collection(Of UAStructureFieldInfo)
'Usage
Dim instance As UAStructureTypeInfo Dim value As Collection(Of UAStructureFieldInfo) value = instance.FieldInfos
[NotNull()] public Collection<UAStructureFieldInfo> FieldInfos {get;}
[NotNull()] public: property Collection<UAStructureFieldInfo^>^ FieldInfos { Collection<UAStructureFieldInfo^>^ get(); }
Property Value
The value of this property cannot be null
(Nothing
in Visual Basic).
The individual elements of the property value cannot be null
(Nothing
in Visual Basic).