C# Class System.Xml.Serialization.CodeGenerator.WhileState

Show file Open project: dotnet/corefx

Public Properties

Property Type Description
CondLabel System.Reflection.Emit.Label
EndLabel System.Reflection.Emit.Label
StartLabel System.Reflection.Emit.Label

Public Methods

Method Description
WhileState ( CodeGenerator ilg ) : System

Method Details

WhileState() public method

public WhileState ( CodeGenerator ilg ) : System
ilg CodeGenerator
return System

Property Details

CondLabel public property

public Label,System.Reflection.Emit CondLabel
return System.Reflection.Emit.Label

EndLabel public property

public Label,System.Reflection.Emit EndLabel
return System.Reflection.Emit.Label

StartLabel public property

public Label,System.Reflection.Emit StartLabel
return System.Reflection.Emit.Label