Lingua

RouteValueDictionary Classe

Definizione

Tipo IDictionary<TKey,TValue> per i valori di route.

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)
Ereditarietà
RouteValueDictionary
Implementazioni

Costruttori

Nome Descrizione
RouteValueDictionary()

Crea un RouteValueDictionary vuoto.

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

Crea un RouteValueDictionary oggetto inizializzato con l'oggetto specificato values.

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

Crea un RouteValueDictionary oggetto inizializzato con l'oggetto specificato values.

RouteValueDictionary(Object)

Crea un RouteValueDictionary oggetto inizializzato con l'oggetto specificato values.

RouteValueDictionary(RouteValueDictionary)

Crea un RouteValueDictionary oggetto inizializzato con l'oggetto specificato dictionary.

Proprietà

Nome Descrizione
Comparer

Ottiene l'operatore di confronto per questo dizionario.

Count

Tipo IDictionary<TKey,TValue> per i valori di route.

Item[String]

Tipo IDictionary<TKey,TValue> per i valori di route.

Keys

Tipo IDictionary<TKey,TValue> per i valori di route.

Values

Tipo IDictionary<TKey,TValue> per i valori di route.

Metodi

Nome Descrizione
Add(String, Object)

Tipo IDictionary<TKey,TValue> per i valori di route.

Clear()

Tipo IDictionary<TKey,TValue> per i valori di route.

ContainsKey(String)

Tipo IDictionary<TKey,TValue> per i valori di route.

FromArray(KeyValuePair<String,Object>[])

Crea un nuovo RouteValueDictionary oggetto dalla matrice specificata. La nuova istanza assumerà la proprietà della matrice e potrebbe modificarla.

GetEnumerator()

Tipo IDictionary<TKey,TValue> per i valori di route.

Remove(String, Object)

Tenta di rimuovere e restituire il valore con la chiave specificata da RouteValueDictionary.

Remove(String)

Tipo IDictionary<TKey,TValue> per i valori di route.

TryAdd(String, Object)

Tenta di aggiungere l'oggetto fornito key e value al dizionario.

TryGetValue(String, Object)

Tipo IDictionary<TKey,TValue> per i valori di route.

Implementazioni dell'interfaccia esplicita

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

Tipo IDictionary<TKey,TValue> per i valori di route.

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

Tipo IDictionary<TKey,TValue> per i valori di route.

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

Tipo IDictionary<TKey,TValue> per i valori di route.

ICollection<KeyValuePair<String,Object>>.IsReadOnly

Tipo IDictionary<TKey,TValue> per i valori di route.

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

Tipo IDictionary<TKey,TValue> per i valori di route.

IEnumerable.GetEnumerator()

Tipo IDictionary<TKey,TValue> per i valori di route.

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

Tipo IDictionary<TKey,TValue> per i valori di route.

IReadOnlyDictionary<String,Object>.Keys

Tipo IDictionary<TKey,TValue> per i valori di route.

IReadOnlyDictionary<String,Object>.Values

Tipo IDictionary<TKey,TValue> per i valori di route.

Si applica a