RouteValueDictionary Klasa

Definicja

Typ IDictionary<TKey,TValue> wartości tras.

public ref class RouteValueDictionary : System::Collections::Generic::ICollection<System::Collections::Generic::KeyValuePair<System::String ^, System::Object ^>>, System::Collections::Generic::IDictionary<System::String ^, System::Object ^>, System::Collections::Generic::IEnumerable<System::Collections::Generic::KeyValuePair<System::String ^, System::Object ^>>, System::Collections::Generic::IReadOnlyCollection<System::Collections::Generic::KeyValuePair<System::String ^, System::Object ^>>, System::Collections::Generic::IReadOnlyDictionary<System::String ^, System::Object ^>
public class RouteValueDictionary : System.Collections.Generic.ICollection<System.Collections.Generic.KeyValuePair<string,object>>, System.Collections.Generic.IDictionary<string,object>, System.Collections.Generic.IEnumerable<System.Collections.Generic.KeyValuePair<string,object>>, System.Collections.Generic.IReadOnlyCollection<System.Collections.Generic.KeyValuePair<string,object>>, System.Collections.Generic.IReadOnlyDictionary<string,object>
type RouteValueDictionary = class
    interface IDictionary<string, obj>
    interface ICollection<KeyValuePair<string, obj>>
    interface seq<KeyValuePair<string, obj>>
    interface IEnumerable
    interface IReadOnlyDictionary<string, obj>
    interface IReadOnlyCollection<KeyValuePair<string, obj>>
type RouteValueDictionary = class
    interface ICollection<KeyValuePair<string, obj>>
    interface seq<KeyValuePair<string, obj>>
    interface IEnumerable
    interface IDictionary<string, obj>
    interface IReadOnlyCollection<KeyValuePair<string, obj>>
    interface IReadOnlyDictionary<string, obj>
Public Class RouteValueDictionary
Implements ICollection(Of KeyValuePair(Of String, Object)), IDictionary(Of String, Object), IEnumerable(Of KeyValuePair(Of String, Object)), IReadOnlyCollection(Of KeyValuePair(Of String, Object)), IReadOnlyDictionary(Of String, Object)
Dziedziczenie
RouteValueDictionary
Implementuje

Konstruktory

RouteValueDictionary()

Tworzy pusty RouteValueDictionaryelement .

RouteValueDictionary(IEnumerable<KeyValuePair<String,Object>>)

Tworzy zainicjowane RouteValueDictionary przy użyciu określonego valueselementu .

RouteValueDictionary(IEnumerable<KeyValuePair<String,String>>)

Tworzy zainicjowane RouteValueDictionary przy użyciu określonego valueselementu .

RouteValueDictionary(Object)

Tworzy zainicjowane RouteValueDictionary przy użyciu określonego valueselementu .

RouteValueDictionary(RouteValueDictionary)

Tworzy zainicjowane RouteValueDictionary przy użyciu określonego dictionaryelementu .

Właściwości

Comparer

Pobiera porównanie dla tego słownika.

Count

Typ IDictionary<TKey,TValue> wartości tras.

Item[String]

Typ IDictionary<TKey,TValue> wartości tras.

Keys

Typ IDictionary<TKey,TValue> wartości tras.

Values

Typ IDictionary<TKey,TValue> wartości tras.

Metody

Add(String, Object)

Typ IDictionary<TKey,TValue> wartości tras.

Clear()

Typ IDictionary<TKey,TValue> wartości tras.

ContainsKey(String)

Typ IDictionary<TKey,TValue> wartości tras.

FromArray(KeyValuePair<String,Object>[])

Tworzy nowy RouteValueDictionary element z podanej tablicy. Nowe wystąpienie przejmie własność tablicy i może je zmutować.

GetEnumerator()

Typ IDictionary<TKey,TValue> wartości tras.

Remove(String)

Typ IDictionary<TKey,TValue> wartości tras.

Remove(String, Object)

Próbuje usunąć i zwrócić wartość, która ma określony klucz z elementu RouteValueDictionary.

TryAdd(String, Object)

Próbuje dodać podany key element i value do słownika.

TryGetValue(String, Object)

Typ IDictionary<TKey,TValue> wartości tras.

Jawne implementacje interfejsu

ICollection<KeyValuePair<String,Object>>.Add(KeyValuePair<String,Object>)

Typ IDictionary<TKey,TValue> wartości tras.

ICollection<KeyValuePair<String,Object>>.Contains(KeyValuePair<String,Object>)

Typ IDictionary<TKey,TValue> wartości tras.

ICollection<KeyValuePair<String,Object>>.CopyTo(KeyValuePair<String,Object>[], Int32)

Typ IDictionary<TKey,TValue> wartości tras.

ICollection<KeyValuePair<String,Object>>.IsReadOnly

Typ IDictionary<TKey,TValue> wartości tras.

ICollection<KeyValuePair<String,Object>>.Remove(KeyValuePair<String,Object>)

Typ IDictionary<TKey,TValue> wartości tras.

IEnumerable.GetEnumerator()

Typ IDictionary<TKey,TValue> wartości tras.

IEnumerable<KeyValuePair<String,Object>>.GetEnumerator()

Typ IDictionary<TKey,TValue> wartości tras.

IReadOnlyDictionary<String,Object>.Keys

Typ IDictionary<TKey,TValue> wartości tras.

IReadOnlyDictionary<String,Object>.Values

Typ IDictionary<TKey,TValue> wartości tras.

Dotyczy