C# 클래스 VW.Reflection.InspectionHelper

파일 보기 프로젝트 열기: NativoPlatform/vowpal_wabbit

공개 메소드들

메소드 설명
GetEnumerableElementType ( Type type ) : Type
IsNumericType ( Type elemType ) : bool

비공개 메소드들

메소드 설명
IsNumericTypeInternal ( Type elemType ) : bool

메소드 상세

GetEnumerableElementType() 공개 정적인 메소드

public static GetEnumerableElementType ( Type type ) : Type
type System.Type
리턴 System.Type

IsNumericType() 공개 정적인 메소드

public static IsNumericType ( Type elemType ) : bool
elemType System.Type
리턴 bool