C# Class TriAxis.RunSharp.OptionalLabel

Show file Open project: AqlaSolutions/runsharp Class Usage Examples

Private Properties

Property Type Description

Public Methods

Method Description
EnsureExists ( ) : void
OptionalLabel ( ILGenerator il ) : System
OptionalLabel ( Label label ) : System

Method Details

EnsureExists() public method

public EnsureExists ( ) : void
return void

OptionalLabel() public method

public OptionalLabel ( ILGenerator il ) : System
il System.Reflection.Emit.ILGenerator
return System

OptionalLabel() public method

public OptionalLabel ( Label label ) : System
label System.Reflection.Emit.Label
return System