Microsoft.Cci.ILToCodeModel.SwitchInstruction.Clone C# (CSharp) Method

Clone() public method

public Clone ( ) : EmptyStatement
return Microsoft.Cci.MutableCodeModel.EmptyStatement
    public override EmptyStatement Clone() {
      return new SwitchInstruction(this);
    }