'Declaration
<ElementsNotNullAttribute()> <NotNullAttribute()> Public ReadOnly Property FieldInfos As Collection(Of UAStructureFieldInfo)
'Usage
Dim instance As UAStructureTypeInfo Dim value As Collection(Of UAStructureFieldInfo) value = instance.FieldInfos
[ElementsNotNull()] [NotNull()] public Collection<UAStructureFieldInfo> FieldInfos {get;}
[ElementsNotNull()] [NotNull()] public: property Collection<UAStructureFieldInfo^>^ FieldInfos { Collection<UAStructureFieldInfo^>^ get(); }