Метод | Описание | |
---|---|---|
ReflectionEmitILLocalVariable ( System local, string name ) : System |
Creates a new local variable instance.
|
public ReflectionEmitILLocalVariable ( System local, string name ) : System | ||
local | System | The underlying local variable. |
name | string | The name of the local variable. Can be |
Результат | System |