Method | Description | |
---|---|---|
AddSignature ( MethodSignature sig ) : MethodInfo |
Adds the given signature to this instance. If this was a stub, it is no longer a stub
|
|
AddSignatures ( IEnumerable |
Adds the given signatures to this instance. If this was a stub, it is no longer a stub
|
Method | Description | |
---|---|---|
MethodInfo ( string name, IEnumerable |
||
Stub ( string name ) : MethodInfo |
Creates a name-only method definition stub
|
|
WithSignatures ( string name, IEnumerable |
Creates a method with signatures
|
public AddSignature ( MethodSignature sig ) : MethodInfo | ||
sig | MethodSignature | |
return | MethodInfo |
public AddSignatures ( IEnumerable |
||
sigs | IEnumerable |
|
return | MethodInfo |