GetDefaultHandler 메서드
소스 보기GetDefaultHandler<TValue>(IInterfaceHandlerContainer<TValue>)
기본 인터페이스 처리기를 가져옵니다.
선언
public static InterfaceHandler<TValue> GetDefaultHandler<TValue>(this IInterfaceHandlerContainer<TValue> container)
매개 변수
형식 | 이름 | 설명 |
---|---|---|
IInterfaceHandlerContainer<TValue> | container | 인터페이스 처리기 컨테이너 |
반환
형식 | 설명 |
---|---|
InterfaceHandler<TValue> | 기본 인터페이스 처리기 |
형식 매개 변수
이름 | 설명 |
---|---|
TValue | 값 형식 |