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 를 만듭니다. 새 instance 배열의 소유권을 가져와서 변경될 수 있습니다. |
GetEnumerator() |
IDictionary<TKey,TValue> 경로 값의 형식입니다. |
Remove(String, Object) |
RouteValueDictionary에서 지정된 키가 있는 값을 제거하고 반환하려고 시도합니다. |
Remove(String) |
IDictionary<TKey,TValue> 경로 값의 형식입니다. |
TryAdd(String, Object) |
제공된 |
TryGetValue(String, Object) |
IDictionary<TKey,TValue> 경로 값의 형식입니다. |