C# Class Monobjc.Generators.Block_ArbitraryDelegate3

Block: void (^)(TSObject, TSInteger, out TSObject)
Inheritance: Monobjc.Block
显示文件 Open project: Monobjc/monobjc

Public Properties

Property Type Description
blockInvoker ExecuteInvoker

Public Methods

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

Method Details

Block_ArbitraryDelegate3() public method

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

Execute() public method

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

Property Details

blockInvoker public_oe property

public ExecuteInvoker blockInvoker
return ExecuteInvoker