ModelBinderDictionary.Keys Property

Definition

Gets a collection that contains the keys in the dictionary.

public:
 property System::Collections::Generic::ICollection<Type ^> ^ Keys { System::Collections::Generic::ICollection<Type ^> ^ get(); };
public System.Collections.Generic.ICollection<Type> Keys { get; }
member this.Keys : System.Collections.Generic.ICollection<Type>
Public ReadOnly Property Keys As ICollection(Of Type)

Property Value

A collection that contains the keys in the dictionary.

Implements

Applies to