프로퍼티 | 타입 | 설명 | |
---|---|---|---|
Any | MethodSpecification |
메소드 | 설명 | |
---|---|---|
Combine ( this left, MethodSpecification right ) : MethodSpecification | ||
GenericArgument ( Func |
||
GenericArgument ( TypeArgumentSpecification>.Func |
||
GenericArgument ( this @this, Func |
||
GenericArgument ( this @this, TypeArgumentSpecification>.Func |
||
HasGenericArguments ( int count ) : MethodSpecification | ||
HasGenericArguments ( this @this, int count ) : MethodSpecification | ||
HasParameters ( int count ) : MethodSpecification | ||
HasParameters ( this @this, int count ) : MethodSpecification | ||
IsClosedGeneric ( ) : MethodSpecification | ||
IsClosedGeneric ( this @this ) : MethodSpecification | ||
IsExtensionMethod ( this @this ) : MethodSpecification | ||
IsNotExtensionMethod ( this @this ) : MethodSpecification | ||
IsOpenGeneric ( ) : MethodSpecification | ||
IsOpenGeneric ( this @this ) : MethodSpecification | ||
IsPublic ( ) : MethodSpecification | ||
IsPublic ( this @this ) : MethodSpecification | ||
IsStatic ( ) : MethodSpecification | ||
IsStatic ( this @this ) : MethodSpecification | ||
Named ( string name ) : MethodSpecification | ||
Named ( this @this, string name ) : MethodSpecification | ||
Parameter ( Func |
||
Parameter ( this @this, Func |
||
Returns ( Func |
||
Returns ( this @this, Func |
||
ToFunc ( this @this ) : bool>.Func |
public static Combine ( this left, MethodSpecification right ) : MethodSpecification | ||
left | this | |
right | MethodSpecification | |
리턴 | MethodSpecification |
public static GenericArgument ( Func |
||
argumentSpecification | Func |
|
리턴 | MethodSpecification |
public static GenericArgument ( TypeArgumentSpecification>.Func |
||
argumentSpecification | TypeArgumentSpecification>.Func | |
리턴 | MethodSpecification |
public static GenericArgument ( this @this, Func |
||
@this | this | |
argumentSpecification | Func |
|
리턴 | MethodSpecification |
public static GenericArgument ( this @this, TypeArgumentSpecification>.Func |
||
@this | this | |
argumentSpecification | TypeArgumentSpecification>.Func | |
리턴 | MethodSpecification |
public static HasGenericArguments ( int count ) : MethodSpecification | ||
count | int | |
리턴 | MethodSpecification |
public static HasGenericArguments ( this @this, int count ) : MethodSpecification | ||
@this | this | |
count | int | |
리턴 | MethodSpecification |
public static HasParameters ( int count ) : MethodSpecification | ||
count | int | |
리턴 | MethodSpecification |
public static HasParameters ( this @this, int count ) : MethodSpecification | ||
@this | this | |
count | int | |
리턴 | MethodSpecification |
public static IsClosedGeneric ( ) : MethodSpecification | ||
리턴 | MethodSpecification |
public static IsClosedGeneric ( this @this ) : MethodSpecification | ||
@this | this | |
리턴 | MethodSpecification |
public static IsExtensionMethod ( this @this ) : MethodSpecification | ||
@this | this | |
리턴 | MethodSpecification |
public static IsNotExtensionMethod ( this @this ) : MethodSpecification | ||
@this | this | |
리턴 | MethodSpecification |
public static IsOpenGeneric ( ) : MethodSpecification | ||
리턴 | MethodSpecification |
public static IsOpenGeneric ( this @this ) : MethodSpecification | ||
@this | this | |
리턴 | MethodSpecification |
public static IsPublic ( this @this ) : MethodSpecification | ||
@this | this | |
리턴 | MethodSpecification |
public static IsStatic ( this @this ) : MethodSpecification | ||
@this | this | |
리턴 | MethodSpecification |
public static Named ( string name ) : MethodSpecification | ||
name | string | |
리턴 | MethodSpecification |
public static Named ( this @this, string name ) : MethodSpecification | ||
@this | this | |
name | string | |
리턴 | MethodSpecification |
public static Parameter ( Func |
||
parameterSpecification | Func |
|
리턴 | MethodSpecification |
public static Parameter ( this @this, Func |
||
@this | this | |
parameterSpecification | Func |
|
리턴 | MethodSpecification |
public static Returns ( Func |
||
returnSpecification | Func |
|
리턴 | MethodSpecification |
public static Returns ( this @this, Func |
||
@this | this | |
returnSpecification | Func |
|
리턴 | MethodSpecification |