UriTemplate.Defaults 속성

정의

매개 변수 기본값에 대한 이름/값 쌍 컬렉션을 가져옵니다.

public:
 property System::Collections::Generic::IDictionary<System::String ^, System::String ^> ^ Defaults { System::Collections::Generic::IDictionary<System::String ^, System::String ^> ^ get(); };
public System.Collections.Generic.IDictionary<string,string> Defaults { get; }
member this.Defaults : System.Collections.Generic.IDictionary<string, string>
Public ReadOnly Property Defaults As IDictionary(Of String, String)

속성 값

IDictionary<String,String>

제네릭 사전입니다.

적용 대상