C# Class Jurassic.Compiler.ReflectionEmitILLocalVariable

Represents a local variable in CIL code.
Inheritance: ILLocalVariable
Afficher le fichier Open project: paulbartrum/jurassic

Méthodes publiques

Méthode Description
ReflectionEmitILLocalVariable ( System local, string name ) : System

Creates a new local variable instance.

Method Details

ReflectionEmitILLocalVariable() public méthode

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 null.
Résultat System