ICSharpCode.NRefactory.Ast.GotoStatement.GotoStatement C# (CSharp) Метод

GotoStatement() публичный Метод

public GotoStatement ( string label ) : System
label string
Результат System
        public GotoStatement(string label)
        {
            Label = label;
        }