ICSharpCode.NRefactory.Ast.SwitchSection.ToString C# (CSharp) Method

ToString() public method

public ToString ( ) : string
return string
        public override string ToString()
        {
            return string.Format("[SwitchSection SwitchLabels={0}]", GetCollectionString(SwitchLabels));
        }