SafeILGenerator.Ast.AstLabel.AstLabel C# (CSharp) Méthode

AstLabel() protected méthode

protected AstLabel ( string Name ) : System
Name string
Résultat System
        protected AstLabel(string Name)
        {
            this.Name = Name;
        }