public abstract ICollection<string> Keys { get; }Public MustOverride ReadOnly Property Keys As ICollection(Of String)
Getpublic:
virtual property ICollection<String^>^ Keys {
ICollection<String^>^ get () abstract;
}abstract Keys : ICollection<string> with get