public IReadOnlyList<string> Items { get; }
Public ReadOnly Property Items As IReadOnlyList(Of String) Get
public: property IReadOnlyList<String^>^ Items { IReadOnlyList<String^>^ get (); }
member Items : IReadOnlyList<string> with get
In This Article