C# Class Mono.CSharp.ResumableStatement

Inheritance: Statement
Afficher le fichier Open project: kumpera/mono Class Usage Examples

Protected Properties

Свойство Type Description
resume_point System.Reflection.Emit.Label

Méthodes publiques

Méthode Description
EmitForDispose ( EmitContext ec, Mono.CSharp.Iterator iterator, Label end, bool have_dispatcher ) : void
PrepareForDispose ( EmitContext ec, Label end ) : Label
PrepareForEmit ( EmitContext ec ) : Label

Method Details

EmitForDispose() public méthode

public EmitForDispose ( EmitContext ec, Mono.CSharp.Iterator iterator, Label end, bool have_dispatcher ) : void
ec EmitContext
iterator Mono.CSharp.Iterator
end System.Reflection.Emit.Label
have_dispatcher bool
Résultat void

PrepareForDispose() public méthode

public PrepareForDispose ( EmitContext ec, Label end ) : Label
ec EmitContext
end System.Reflection.Emit.Label
Résultat System.Reflection.Emit.Label

PrepareForEmit() public méthode

public PrepareForEmit ( EmitContext ec ) : Label
ec EmitContext
Résultat System.Reflection.Emit.Label

Property Details

resume_point protected_oe property

protected Label,System.Reflection.Emit resume_point
Résultat System.Reflection.Emit.Label