ICSharpCode.NRefactory.Ast.GotoStatement.GotoStatement C# (CSharp) Method

GotoStatement() public method

public GotoStatement ( string label ) : System
label string
return System
        public GotoStatement(string label)
        {
            Label = label;
        }