C# Class Monobjc.Generators.Block_TSInteger64

Block: TSInteger (^)()
Inheritance: Monobjc.Block
Mostrar archivo Open project: Monobjc/monobjc

Public Properties

Property Type Description
blockInvoker ExecuteInvoker

Public Methods

Method Description
Block_TSInteger64 ( Delegate block ) : System
Execute ( IntPtr layout ) : long

Method Details

Block_TSInteger64() public method

public Block_TSInteger64 ( Delegate block ) : System
block System.Delegate
return System

Execute() public method

public Execute ( IntPtr layout ) : long
layout System.IntPtr
return long

Property Details

blockInvoker public_oe property

public ExecuteInvoker blockInvoker
return ExecuteInvoker