C# Class Monobjc.Generators.CodeGenerator.ByRefParameter

Convenience structure when dealing with by-ref parameter.
Mostrar archivo Open project: Monobjc/monobjc

Public Properties

Property Type Description
IsOut bool
LocalBuilder System.Reflection.Emit.LocalBuilder

Property Details

IsOut public_oe property

Whether the by-ref parameter is an out one
public bool IsOut
return bool

LocalBuilder public_oe property

The local variable assigned to the by-ref parameter
public LocalBuilder,System.Reflection.Emit LocalBuilder
return System.Reflection.Emit.LocalBuilder