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