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

SwitchSection() public method

public SwitchSection ( ) : System
return System
        public SwitchSection()
        {
            switchLabels = new List<CaseLabel>();
        }

Same methods

SwitchSection::SwitchSection ( List switchLabels ) : System