HttpRequestOptions.IReadOnlyDictionary<String,Object>.Keys Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets an enumerable collection that contains the keys in the read-only dictionary.
property System::Collections::Generic::IEnumerable<System::String ^> ^ System::Collections::Generic::IReadOnlyDictionary<System::String,System::Object>::Keys { System::Collections::Generic::IEnumerable<System::String ^> ^ get(); };
System.Collections.Generic.IEnumerable<string> System.Collections.Generic.IReadOnlyDictionary<System.String,System.Object>.Keys { get; }
member this.System.Collections.Generic.IReadOnlyDictionary<System.String,System.Object>.Keys : seq<string>
ReadOnly Property Keys As IEnumerable(Of String) Implements IReadOnlyDictionary(Of String, Object).Keys
Property Value
An enumerable collection that contains the keys in the read-only dictionary.
Implements
Applies to
Met ons samenwerken op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en controleren. Bekijk onze gids voor inzenders voor meer informatie.