public IList<IProperty> Items { get; }
Public ReadOnly Property Items As IList(Of IProperty)
Get
public:
virtual property IList<IProperty^>^ Items {
IList<IProperty^>^ get () sealed;
}
abstract Items : IList<IProperty> with get
override Items : IList<IProperty> with get