메소드 | 설명 | |
---|---|---|
GetConstructor ( TypeSpec nullableType ) : MethodSpec | ||
GetEnumUnderlyingType ( ModuleContainer module, TypeSpec nullableEnum ) : TypeSpec | ||
GetGetValueOrDefault ( TypeSpec nullableType ) : MethodSpec | ||
GetHasValue ( TypeSpec nullableType ) : MethodSpec | ||
GetUnderlyingType ( TypeSpec nullableType ) : TypeSpec | ||
GetValue ( TypeSpec nullableType ) : MethodSpec | ||
MakeType ( ModuleContainer module, TypeSpec underlyingType ) : TypeSpec |
public static GetConstructor ( TypeSpec nullableType ) : MethodSpec | ||
nullableType | TypeSpec | |
리턴 | MethodSpec |
public static GetEnumUnderlyingType ( ModuleContainer module, TypeSpec nullableEnum ) : TypeSpec | ||
module | ModuleContainer | |
nullableEnum | TypeSpec | |
리턴 | TypeSpec |
public static GetGetValueOrDefault ( TypeSpec nullableType ) : MethodSpec | ||
nullableType | TypeSpec | |
리턴 | MethodSpec |
public static GetHasValue ( TypeSpec nullableType ) : MethodSpec | ||
nullableType | TypeSpec | |
리턴 | MethodSpec |
public static GetUnderlyingType ( TypeSpec nullableType ) : TypeSpec | ||
nullableType | TypeSpec | |
리턴 | TypeSpec |
public static GetValue ( TypeSpec nullableType ) : MethodSpec | ||
nullableType | TypeSpec | |
리턴 | MethodSpec |
public static MakeType ( ModuleContainer module, TypeSpec underlyingType ) : TypeSpec | ||
module | ModuleContainer | |
underlyingType | TypeSpec | |
리턴 | TypeSpec |