C# Class Monobjc.Generators.Block_Void_TSInteger_TSUInteger_TSFloat64

Block: void (^)(TSInteger, TSUInteger, TSFloat)
Inheritance: Monobjc.Block
Mostrar archivo Open project: Monobjc/monobjc

Public Properties

Property Type Description
blockInvoker ExecuteInvoker

Public Methods

Method Description
Block_Void_TSInteger_TSUInteger_TSFloat64 ( Delegate block ) : System
Execute ( IntPtr layout, long num1, ulong num2, double num3 ) : void

Method Details

Block_Void_TSInteger_TSUInteger_TSFloat64() public method

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

Execute() public method

public Execute ( IntPtr layout, long num1, ulong num2, double num3 ) : void
layout System.IntPtr
num1 long
num2 ulong
num3 double
return void

Property Details

blockInvoker public_oe property

public ExecuteInvoker blockInvoker
return ExecuteInvoker