프로퍼티 | 타입 | 설명 | |
---|---|---|---|
Any | TypeArgumentSpecification |
메소드 | 설명 | |
---|---|---|
AtIndex ( int index ) : TypeArgumentSpecification | ||
AtIndex ( this @this, int index ) : TypeArgumentSpecification | ||
CanBeReferenceType ( ) : TypeArgumentSpecification | ||
CanBeReferenceType ( this @this ) : TypeArgumentSpecification | ||
CanBeValueType ( ) : TypeArgumentSpecification | ||
CanBeValueType ( this @this ) : TypeArgumentSpecification | ||
Combine ( this left, TypeArgumentSpecification right ) : TypeArgumentSpecification | ||
MustBeReferenceType ( ) : TypeArgumentSpecification | ||
MustBeReferenceType ( this @this ) : TypeArgumentSpecification | ||
MustBeValueType ( ) : TypeArgumentSpecification | ||
MustBeValueType ( this @this ) : TypeArgumentSpecification | ||
Named ( string name ) : TypeArgumentSpecification | ||
Named ( this @this, string name ) : TypeArgumentSpecification | ||
Type ( Func |
||
Type ( this @this, Func |
public static AtIndex ( int index ) : TypeArgumentSpecification | ||
index | int | |
리턴 | TypeArgumentSpecification |
public static AtIndex ( this @this, int index ) : TypeArgumentSpecification | ||
@this | this | |
index | int | |
리턴 | TypeArgumentSpecification |
public static CanBeReferenceType ( ) : TypeArgumentSpecification | ||
리턴 | TypeArgumentSpecification |
public static CanBeReferenceType ( this @this ) : TypeArgumentSpecification | ||
@this | this | |
리턴 | TypeArgumentSpecification |
public static CanBeValueType ( ) : TypeArgumentSpecification | ||
리턴 | TypeArgumentSpecification |
public static CanBeValueType ( this @this ) : TypeArgumentSpecification | ||
@this | this | |
리턴 | TypeArgumentSpecification |
public static Combine ( this left, TypeArgumentSpecification right ) : TypeArgumentSpecification | ||
left | this | |
right | TypeArgumentSpecification | |
리턴 | TypeArgumentSpecification |
public static MustBeReferenceType ( ) : TypeArgumentSpecification | ||
리턴 | TypeArgumentSpecification |
public static MustBeReferenceType ( this @this ) : TypeArgumentSpecification | ||
@this | this | |
리턴 | TypeArgumentSpecification |
public static MustBeValueType ( ) : TypeArgumentSpecification | ||
리턴 | TypeArgumentSpecification |
public static MustBeValueType ( this @this ) : TypeArgumentSpecification | ||
@this | this | |
리턴 | TypeArgumentSpecification |
public static Named ( string name ) : TypeArgumentSpecification | ||
name | string | |
리턴 | TypeArgumentSpecification |
public static Named ( this @this, string name ) : TypeArgumentSpecification | ||
@this | this | |
name | string | |
리턴 | TypeArgumentSpecification |
public static Type ( Func |
||
typeSpecification | Func |
|
리턴 | TypeArgumentSpecification |
public static Type ( this @this, Func |
||
@this | this | |
typeSpecification | Func |
|
리턴 | TypeArgumentSpecification |