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