Mono.CSharp.ResumableStatement.PrepareForDispose C# (CSharp) Method

PrepareForDispose() public method

public PrepareForDispose ( EmitContext ec, Label end ) : Label
ec EmitContext
end System.Reflection.Emit.Label
return System.Reflection.Emit.Label
		public virtual Label PrepareForDispose (EmitContext ec, Label end)
		{
			return end;
		}
		public virtual void EmitForDispose (EmitContext ec, Iterator iterator, Label end, bool have_dispatcher)