C# Class TriAxis.RunSharp.Operands.InitializedArray

Inheritance: Operand
Mostrar archivo Open project: AqlaSolutions/runsharp

Public Methods

Method Description
GetReturnType ( ITypeMapper typeMapper ) : Type
InitializedArray ( Type type, Operand elements ) : System

Protected Methods

Method Description
EmitGet ( CodeGen g ) : void
ResetLeakedStateRecursively ( ) : void

Method Details

EmitGet() protected method

protected EmitGet ( CodeGen g ) : void
g CodeGen
return void

GetReturnType() public method

public GetReturnType ( ITypeMapper typeMapper ) : Type
typeMapper ITypeMapper
return IKVM.Reflection.Type

InitializedArray() public method

public InitializedArray ( Type type, Operand elements ) : System
type IKVM.Reflection.Type
elements Operand
return System

ResetLeakedStateRecursively() protected method

protected ResetLeakedStateRecursively ( ) : void
return void