C# Class Monobjc.Generators.Block_ArbitraryDelegate1

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

Public Properties

Property Type Description
blockInvoker ExecuteInvoker

Public Methods

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

Method Details

Block_ArbitraryDelegate1() public method

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

Execute() public method

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

Property Details

blockInvoker public_oe property

public ExecuteInvoker blockInvoker
return ExecuteInvoker