C# Class Monobjc.Generators.Block_ArbitraryDelegate1

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_ArbitraryDelegate1 ( Delegate block ) : System
Execute ( IntPtr layout, IntPtr obj, int index, bool stop ) : void

Method Details

Block_ArbitraryDelegate1() public méthode

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

Execute() public méthode

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

Property Details

blockInvoker public_oe property

public ExecuteInvoker blockInvoker
Résultat ExecuteInvoker