RouteValueDictionary Klasa
Definicja
Ważne
Niektóre informacje odnoszą się do produktu w wersji wstępnej, który może zostać znacząco zmodyfikowany przed wydaniem. Firma Microsoft nie udziela żadnych gwarancji, jawnych lub domniemanych, w odniesieniu do informacji podanych w tym miejscu.
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
-
ICollection<KeyValuePair<String,Object>> ICollection<KeyValuePair<TKey,TValue>> IDictionary<String,Object> IEnumerable<KeyValuePair<String,Object>> IEnumerable<KeyValuePair<TKey,TValue>> IEnumerable<T> IReadOnlyCollection<KeyValuePair<String,Object>> IReadOnlyCollection<KeyValuePair<TKey,TValue>> IReadOnlyDictionary<String,Object> IEnumerable
Konstruktory
RouteValueDictionary() |
Tworzy pusty RouteValueDictionaryelement . |
RouteValueDictionary(IEnumerable<KeyValuePair<String,Object>>) |
Tworzy zainicjowane RouteValueDictionary przy użyciu określonego |
RouteValueDictionary(IEnumerable<KeyValuePair<String,String>>) |
Tworzy zainicjowane RouteValueDictionary przy użyciu określonego |
RouteValueDictionary(Object) |
Tworzy zainicjowane RouteValueDictionary przy użyciu określonego |
RouteValueDictionary(RouteValueDictionary) |
Tworzy zainicjowane RouteValueDictionary przy użyciu określonego |
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, Object) |
Próbuje usunąć i zwrócić wartość, która ma określony klucz z elementu RouteValueDictionary. |
Remove(String) |
Typ IDictionary<TKey,TValue> wartości tras. |
TryAdd(String, Object) |
Próbuje dodać podany |
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. |