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

CreateLabel() public static méthode

public static CreateLabel ( string Name = "<Unknown>" ) : AstLabel
Name string
Résultat AstLabel
        public static AstLabel CreateLabel(string Name = "<Unknown>")
        {
            return new AstLabel(Name);
        }