RouteValueDictionary Třída
Definice
Důležité
Některé informace platí pro předběžně vydaný produkt, který se může zásadně změnit, než ho výrobce nebo autor vydá. Microsoft neposkytuje žádné záruky, výslovné ani předpokládané, týkající se zde uváděných informací.
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
-
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() |
Vytvoří prázdný RouteValueDictionaryobjekt . |
RouteValueDictionary(IEnumerable<KeyValuePair<String,Object>>) |
RouteValueDictionary Vytvoří inicializovaný se zadaným |
RouteValueDictionary(IEnumerable<KeyValuePair<String,String>>) |
RouteValueDictionary Vytvoří inicializovaný se zadaným |
RouteValueDictionary(Object) |
RouteValueDictionary Vytvoří inicializovaný se zadaným |
RouteValueDictionary(RouteValueDictionary) |
RouteValueDictionary Vytvoří inicializovaný se zadaným |
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, Object) |
Pokusí se odebrat a vrátit hodnotu, která má zadaný klíč z .RouteValueDictionary |
Remove(String) |
Typ IDictionary<TKey,TValue> pro hodnoty trasy. |
TryAdd(String, Object) |
Pokusí se přidat poskytnuté |
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. |