C# Class Mono.CSharp.SwitchSection

Show file Open project: kumpera/mono Class Usage Examples

Public Properties

Property Type Description
Block Block
Labels List

Public Methods

Method Description
Clone ( CloneContext clonectx ) : SwitchSection
SwitchSection ( List labels, Block block ) : System

Method Details

Clone() public method

public Clone ( CloneContext clonectx ) : SwitchSection
clonectx CloneContext
return SwitchSection

SwitchSection() public method

public SwitchSection ( List labels, Block block ) : System
labels List
block Block
return System

Property Details

Block public property

public Block,Mono.CSharp Block
return Block

Labels public property

public List Labels
return List