Свойство | Type | Description | |
---|---|---|---|
Any | ParameterSpecification |
Méthode | Description | |
---|---|---|
AtIndex ( int index ) : ParameterSpecification | ||
AtIndex ( this @this, int index ) : ParameterSpecification | ||
Combine ( this left, ParameterSpecification right ) : ParameterSpecification | ||
Named ( string name ) : ParameterSpecification | ||
Named ( this @this, string name ) : ParameterSpecification | ||
Type ( Func |
||
Type ( this @this, Func |
||
Type ( this @this, TypeSpecification>.Func |
public static AtIndex ( int index ) : ParameterSpecification | ||
index | int | |
Résultat | ParameterSpecification |
public static AtIndex ( this @this, int index ) : ParameterSpecification | ||
@this | this | |
index | int | |
Résultat | ParameterSpecification |
public static Combine ( this left, ParameterSpecification right ) : ParameterSpecification | ||
left | this | |
right | ParameterSpecification | |
Résultat | ParameterSpecification |
public static Named ( string name ) : ParameterSpecification | ||
name | string | |
Résultat | ParameterSpecification |
public static Named ( this @this, string name ) : ParameterSpecification | ||
@this | this | |
name | string | |
Résultat | ParameterSpecification |
public static Type ( Func |
||
typeSpecification | Func |
|
Résultat | ParameterSpecification |
public static Type ( this @this, Func |
||
@this | this | |
typeSpecification | Func |
|
Résultat | ParameterSpecification |
public static Type ( this @this, TypeSpecification>.Func |
||
@this | this | |
typeSpecification | TypeSpecification>.Func | |
Résultat | ParameterSpecification |