IPropertySettings 인터페이스

정의

IPropertySettings 인터페이스

public interface class IPropertySettings : 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 ^>>
public interface IPropertySettings : 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>>
type IPropertySettings = interface
    interface IDictionary<string, obj>
    interface ICollection<KeyValuePair<string, obj>>
    interface seq<KeyValuePair<string, obj>>
    interface IEnumerable
Public Interface IPropertySettings
Implements ICollection(Of KeyValuePair(Of String, Object)), IDictionary(Of String, Object), IEnumerable(Of KeyValuePair(Of String, Object))
파생
구현

확장 메서드

AddRange<TKey,TValue>(IDictionary<TKey,TValue>, IDictionary<TKey,TValue>, Boolean)

다른 사전에 하나의 사전 콘텐츠 추가

GetOrDefault<TK,TV>(IDictionary<TK,TV>, TK)

지정된 키로 값을 가져옵니다.

EmptyIfNull<T>(IEnumerable<T>)

null이 아닌 경우 이 열거형을 반환합니다. null인 경우 빈 열거형을 반환합니다.

Copy(IPropertySettings, Func<IPropertySettings>)

구성 instance 심층 복사본

GetPathValue<T>(IPropertySettings, String[])

경로를 사용하여 값 검색

GetValue<T>(IPropertySettings, String)

형식의 값 가져오기(T)

GetValue<T>(IPropertySettings, String, T)

형식의 값 가져오기(T)

GetValues(IPropertySettings, Object, BindingFlags, Func<String,String>)

리플렉션 API를 사용하는 GetValues

GetValues(IPropertySettings, Object, PropertyInfo[], Func<String,String>)

리플렉션 API를 사용하는 GetValues

SetValues(IPropertySettings, Object, BindingFlags, Func<String,String>)

리플렉션 API를 사용하는 SetValues

SetValues(IPropertySettings, Object, PropertyInfo[], Func<String,String>)

리플렉션 API를 사용하는 SetValues

TryGetValue<T>(IPropertySettings, String, T)

TryGetValue 패턴 확장

적용 대상