C# Class Monobjc.Generators.Block_Void_TSInteger_TSUInteger_TSFloat32

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

Méthodes publiques

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

Méthodes publiques

Méthode Description
Block_Void_TSInteger_TSUInteger_TSFloat32 ( Delegate block ) : System
Execute ( IntPtr layout, int num1, uint num2, float num3 ) : void

Method Details

Block_Void_TSInteger_TSUInteger_TSFloat32() public méthode

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

Execute() public méthode

public Execute ( IntPtr layout, int num1, uint num2, float num3 ) : void
layout System.IntPtr
num1 int
num2 uint
num3 float
Résultat void

Property Details

blockInvoker public_oe property

public ExecuteInvoker blockInvoker
Résultat ExecuteInvoker