C# Class Monobjc.Generators.Block_ArbitraryDelegate2

Block: void (^)(TSObject, TSInteger, bool)
Inheritance: Monobjc.Block
Show file Open project: Monobjc/monobjc

Public Properties

Property Type Description
blockInvoker ExecuteInvoker

Public Methods

Method Description
Block_ArbitraryDelegate2 ( Delegate block ) : System
Execute ( IntPtr layout, IntPtr obj, int index, IntPtr stop ) : void

Method Details

Block_ArbitraryDelegate2() public method

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

Execute() public method

public Execute ( IntPtr layout, IntPtr obj, int index, IntPtr stop ) : void
layout System.IntPtr
obj System.IntPtr
index int
stop System.IntPtr
return void

Property Details

blockInvoker public property

public ExecuteInvoker blockInvoker
return ExecuteInvoker