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