'Declaration
<ElementsNotNullAttribute()> <NotNullAttribute()> ReadOnly Property FieldInfos As ICollection
'Usage
Dim instance As _UAEnumTypeInfo Dim value As ICollection value = instance.FieldInfos
[ElementsNotNull()] [NotNull()] ICollection FieldInfos {get;}
[ElementsNotNull()] [NotNull()] property ICollection^ FieldInfos { ICollection^ get(); }