C# Class Monobjc.Generators.Block_ArbitraryDelegate2

Block: void (^)(TSObject, TSInteger, bool)
Inheritance: Monobjc.Block
Afficher le fichier Open project: Monobjc/monobjc

Méthodes publiques

Свойство Type Description
blockInvoker ExecuteInvoker

Méthodes publiques

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

Method Details

Block_ArbitraryDelegate2() public méthode

public Block_ArbitraryDelegate2 ( Delegate block ) : System
block System.Delegate
Résultat System

Execute() public méthode

public Execute ( IntPtr layout, IntPtr obj, int index, IntPtr stop ) : void
layout System.IntPtr
obj System.IntPtr
index int
stop System.IntPtr
Résultat void

Property Details

blockInvoker public_oe property

public ExecuteInvoker blockInvoker
Résultat ExecuteInvoker