C# Class Wire.Compilation.IlBool

Inheritance: IlExpression
ファイルを表示 Open project: akkadotnet/Wire

Public Methods

Method Description
Emit ( IlCompilerContext ctx ) : void
IlBool ( bool value ) : System
Type ( ) : Type

Method Details

Emit() public method

public Emit ( IlCompilerContext ctx ) : void
ctx IlCompilerContext
return void

IlBool() public method

public IlBool ( bool value ) : System
value bool
return System

Type() public method

public Type ( ) : Type
return System.Type