메소드 | 설명 | |
---|---|---|
DefineGenericParameters ( this methodBuilder, |
Defines the generic method parameters based on the specified method. Custom attributes are not considered by this method. |
|
DefineParameters ( this methodBuilder, |
Defines the method parameters based on the specified method.
|
|
DefineParameters ( this methodBuilder, |
Defines the method parameters based on the specified method.
|
public static DefineGenericParameters ( this methodBuilder, |
||
methodBuilder | this | The method builder. |
methodBase | The method base. | |
리턴 | System.Type[] |
public static DefineParameters ( this methodBuilder, |
||
methodBuilder | this | The method builder. |
methodInfo | The method information. | |
리턴 | void |
public static DefineParameters ( this methodBuilder, |
||
methodBuilder | this | The method builder. |
methodInfo | The method information. | |
genericTypes | The generic types. | |
리턴 | void |