[NotNullAttribute]
IList<IProperty> Items { get; }
<NotNullAttribute>
ReadOnly Property Items As IList(Of IProperty)
Get
[NotNullAttribute]
property IList<IProperty^>^ Items {
IList<IProperty^>^ get ();
}
[<NotNullAttribute>]
abstract Items : IList<IProperty> with get