Property | Type | Description | |
---|---|---|---|
Any | TypeArgumentSpecification |
Method | Description | |
---|---|---|
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 | |
return | TypeArgumentSpecification |
public static AtIndex ( this @this, int index ) : TypeArgumentSpecification | ||
@this | this | |
index | int | |
return | TypeArgumentSpecification |
public static CanBeReferenceType ( ) : TypeArgumentSpecification | ||
return | TypeArgumentSpecification |
public static CanBeReferenceType ( this @this ) : TypeArgumentSpecification | ||
@this | this | |
return | TypeArgumentSpecification |
public static CanBeValueType ( ) : TypeArgumentSpecification | ||
return | TypeArgumentSpecification |
public static CanBeValueType ( this @this ) : TypeArgumentSpecification | ||
@this | this | |
return | TypeArgumentSpecification |
public static Combine ( this left, TypeArgumentSpecification right ) : TypeArgumentSpecification | ||
left | this | |
right | TypeArgumentSpecification | |
return | TypeArgumentSpecification |
public static MustBeReferenceType ( ) : TypeArgumentSpecification | ||
return | TypeArgumentSpecification |
public static MustBeReferenceType ( this @this ) : TypeArgumentSpecification | ||
@this | this | |
return | TypeArgumentSpecification |
public static MustBeValueType ( ) : TypeArgumentSpecification | ||
return | TypeArgumentSpecification |
public static MustBeValueType ( this @this ) : TypeArgumentSpecification | ||
@this | this | |
return | TypeArgumentSpecification |
public static Named ( string name ) : TypeArgumentSpecification | ||
name | string | |
return | TypeArgumentSpecification |
public static Named ( this @this, string name ) : TypeArgumentSpecification | ||
@this | this | |
name | string | |
return | TypeArgumentSpecification |
public static Type ( Func |
||
typeSpecification | Func |
|
return | TypeArgumentSpecification |
public static Type ( this @this, Func |
||
@this | this | |
typeSpecification | Func |
|
return | TypeArgumentSpecification |