Mono.CSharp.SwitchSection.SwitchSection C# (CSharp) Method

SwitchSection() public method

public SwitchSection ( List labels, Block block ) : System
labels List
block Block
return System
		public SwitchSection (List<SwitchLabel> labels, Block block)
		{
			Labels = labels;
			Block = block;
		}