RouteValueDictionary クラス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
IDictionary<TKey,TValue>ルート値の型。
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)
- 継承
-
RouteValueDictionary
- 実装
-
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
コンストラクター
RouteValueDictionary() |
空の RouteValueDictionary を作成します。 |
RouteValueDictionary(IEnumerable<KeyValuePair<String,Object>>) |
指定した を RouteValueDictionary 使用して初期化された を作成します |
RouteValueDictionary(IEnumerable<KeyValuePair<String,String>>) |
指定した を RouteValueDictionary 使用して初期化された を作成します |
RouteValueDictionary(Object) |
指定した を RouteValueDictionary 使用して初期化された を作成します |
RouteValueDictionary(RouteValueDictionary) |
指定した を RouteValueDictionary 使用して初期化された を作成します |
プロパティ
Comparer |
このディクショナリの比較子を取得します。 |
Count |
IDictionary<TKey,TValue>ルート値の型。 |
Item[String] |
IDictionary<TKey,TValue>ルート値の型。 |
Keys |
IDictionary<TKey,TValue>ルート値の型。 |
Values |
IDictionary<TKey,TValue>ルート値の型。 |
メソッド
Add(String, Object) |
IDictionary<TKey,TValue>ルート値の型。 |
Clear() |
IDictionary<TKey,TValue>ルート値の型。 |
ContainsKey(String) |
IDictionary<TKey,TValue>ルート値の型。 |
FromArray(KeyValuePair<String,Object>[]) |
指定された配列から新しい RouteValueDictionary を作成します。 新しいインスタンスは配列の所有権を取得し、変更できます。 |
GetEnumerator() |
IDictionary<TKey,TValue>ルート値の型。 |
Remove(String, Object) |
RouteValueDictionary から、指定したキーを持つ値を削除して返そうと試みます。 |
Remove(String) |
IDictionary<TKey,TValue>ルート値の型。 |
TryAdd(String, Object) |
指定された と |
TryGetValue(String, Object) |
IDictionary<TKey,TValue>ルート値の型。 |