Label

Label serializable

System.Reflection.Emit (mscorlib.dll) struct

This class represents a label in the MSIL instruction stream. You can create a label with ILGenerator.DefineLabel( ) and place it in the stream with ILGenerator.MarkLabel( ) .

 public struct  Label  {  // Public Instance Methods  public override bool  Equals  (object   obj   );  // overrides ValueType  public override int  GetHashCode  ( );  // overrides ValueType  } 

Hierarchy

System.Object System.ValueType Label

Returned By

ILGenerator.{BeginExceptionBlock( ) , DefineLabel( )}

Passed To

ILGenerator.{Emit( ) , MarkLabel( )}



C# in a Nutshell
C # in a Nutshell, Second Edition
ISBN: 0596005261
EAN: 2147483647
Year: 2005
Pages: 963

flylib.com © 2008-2017.
If you may any questions please contact us: flylib@qtcs.net