ICSharpCode.NRefactory.Ast.GotoStatement.GotoStatement C# (CSharp) Méthode

GotoStatement() public méthode

public GotoStatement ( string label ) : System
label string
Résultat System
        public GotoStatement(string label)
        {
            Label = label;
        }