RouteValueDictionary.IDictionary<String,Object>.Keys Eigenschap

Definitie

Zie voor een beschrijving van dit lid Keys.

property System::Collections::Generic::ICollection<System::String ^> ^ System::Collections::Generic::IDictionary<System::String,System::Object>::Keys { System::Collections::Generic::ICollection<System::String ^> ^ get(); };
System.Collections.Generic.ICollection<string> System.Collections.Generic.IDictionary<System.String,System.Object>.Keys { get; }
member this.System.Collections.Generic.IDictionary<System.String,System.Object>.Keys : System.Collections.Generic.ICollection<string>
 ReadOnly Property Keys As ICollection(Of String) Implements IDictionary(Of String, Object).Keys

Waarde van eigenschap

Een verzameling die de sleutels in de woordenlijst bevat.

Implementeringen

Van toepassing op

Zie ook