SafeILGenerator.Ast.AstLabel.AstLabel C# (CSharp) Method

AstLabel() protected method

protected AstLabel ( string Name ) : System
Name string
return System
        protected AstLabel(string Name)
        {
            this.Name = Name;
        }