Sdílet prostřednictvím


RouteValueDictionary Třída

Definice

Typ IDictionary<TKey,TValue> pro hodnoty trasy.

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)
Dědičnost
RouteValueDictionary
Implementuje

Konstruktory

RouteValueDictionary()

Vytvoří prázdný RouteValueDictionaryobjekt .

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

RouteValueDictionary Vytvoří inicializovaný se zadaným valuesparametrem .

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

RouteValueDictionary Vytvoří inicializovaný se zadaným valuesparametrem .

RouteValueDictionary(Object)

RouteValueDictionary Vytvoří inicializovaný se zadaným valuesparametrem .

RouteValueDictionary(RouteValueDictionary)

RouteValueDictionary Vytvoří inicializovaný se zadaným dictionaryparametrem .

Vlastnosti

Comparer

Získá porovnávač pro tento slovník.

Count

Typ IDictionary<TKey,TValue> pro hodnoty trasy.

Item[String]

Typ IDictionary<TKey,TValue> pro hodnoty trasy.

Keys

Typ IDictionary<TKey,TValue> pro hodnoty trasy.

Values

Typ IDictionary<TKey,TValue> pro hodnoty trasy.

Metody

Add(String, Object)

Typ IDictionary<TKey,TValue> pro hodnoty trasy.

Clear()

Typ IDictionary<TKey,TValue> pro hodnoty trasy.

ContainsKey(String)

Typ IDictionary<TKey,TValue> pro hodnoty trasy.

FromArray(KeyValuePair<String,Object>[])

Vytvoří nový RouteValueDictionary ze zadaného pole. Nová instance převezme vlastnictví pole a může ho mutovat.

GetEnumerator()

Typ IDictionary<TKey,TValue> pro hodnoty trasy.

Remove(String)

Typ IDictionary<TKey,TValue> pro hodnoty trasy.

Remove(String, Object)

Pokusí se odebrat a vrátit hodnotu, která má zadaný klíč z .RouteValueDictionary

TryAdd(String, Object)

Pokusí se přidat poskytnuté key a value do slovníku.

TryGetValue(String, Object)

Typ IDictionary<TKey,TValue> pro hodnoty trasy.

Explicitní implementace rozhraní

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

Typ IDictionary<TKey,TValue> pro hodnoty trasy.

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

Typ IDictionary<TKey,TValue> pro hodnoty trasy.

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

Typ IDictionary<TKey,TValue> pro hodnoty trasy.

ICollection<KeyValuePair<String,Object>>.IsReadOnly

Typ IDictionary<TKey,TValue> pro hodnoty trasy.

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

Typ IDictionary<TKey,TValue> pro hodnoty trasy.

IEnumerable.GetEnumerator()

Typ IDictionary<TKey,TValue> pro hodnoty trasy.

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

Typ IDictionary<TKey,TValue> pro hodnoty trasy.

IReadOnlyDictionary<String,Object>.Keys

Typ IDictionary<TKey,TValue> pro hodnoty trasy.

IReadOnlyDictionary<String,Object>.Values

Typ IDictionary<TKey,TValue> pro hodnoty trasy.

Platí pro