RouteValueDictionary 클래스

정의

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
구현

생성자

RouteValueDictionary()

RouteValueDictionary를 만듭니다.

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

지정된 를 사용하여 RouteValueDictionary 초기화된 을 values만듭니다.

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

지정된 를 사용하여 RouteValueDictionary 초기화된 을 values만듭니다.

RouteValueDictionary(Object)

지정된 를 사용하여 RouteValueDictionary 초기화된 을 values만듭니다.

RouteValueDictionary(RouteValueDictionary)

지정된 를 사용하여 RouteValueDictionary 초기화된 을 dictionary만듭니다.

속성

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)

IDictionary<TKey,TValue> 경로 값의 형식입니다.

Remove(String, Object)

RouteValueDictionary에서 지정된 키가 있는 값을 제거하고 반환하려고 시도합니다.

TryAdd(String, Object)

제공된 keyvalue 을 사전에 추가하려고 시도합니다.

TryGetValue(String, Object)

IDictionary<TKey,TValue> 경로 값의 형식입니다.

명시적 인터페이스 구현

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

IDictionary<TKey,TValue> 경로 값의 형식입니다.

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

IDictionary<TKey,TValue> 경로 값의 형식입니다.

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

IDictionary<TKey,TValue> 경로 값의 형식입니다.

ICollection<KeyValuePair<String,Object>>.IsReadOnly

IDictionary<TKey,TValue> 경로 값의 형식입니다.

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

IDictionary<TKey,TValue> 경로 값의 형식입니다.

IEnumerable.GetEnumerator()

IDictionary<TKey,TValue> 경로 값의 형식입니다.

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

IDictionary<TKey,TValue> 경로 값의 형식입니다.

IReadOnlyDictionary<String,Object>.Keys

IDictionary<TKey,TValue> 경로 값의 형식입니다.

IReadOnlyDictionary<String,Object>.Values

IDictionary<TKey,TValue> 경로 값의 형식입니다.

적용 대상