SafeILGenerator.Ast.AstLabel.AstLabel C# (CSharp) 메소드

AstLabel() 보호된 메소드

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