C# 클래스 Jayrock.Reflection.Reflector

파일 보기 프로젝트 열기: phdesign/NppToolBucket 1 사용 예제들

공개 메소드들

메소드 설명
IsConstructionOfNullable ( Type type ) : bool

Determines if type is a constructed type of System.Nullable{T}.

비공개 메소드들

메소드 설명
IsConstructionOfGenericTypeDefinition ( Type type, Type genericTypeDefinition ) : bool

Determines if type is a constructed type of generic type definition. For example, this method can be used to test if System.Nullable{T} of int is indeed a construction of the generic type definition System.Nullable{T}.

Reflector ( ) : System

메소드 상세

IsConstructionOfNullable() 공개 정적인 메소드

Determines if type is a constructed type of System.Nullable{T}.
public static IsConstructionOfNullable ( Type type ) : bool
type System.Type
리턴 bool