C# Class Monobjc.Generators.Block_Void_TSIntegerEnumeration_TSUnsignedEnumeration64

Block: void (^)(TSIntegerEnumeration)
Inheritance: Monobjc.Block
ファイルを表示 Open project: Monobjc/monobjc

Public Properties

Property Type Description
blockInvoker ExecuteInvoker

Public Methods

Method Description
Block_Void_TSIntegerEnumeration_TSUnsignedEnumeration64 ( Delegate block ) : System
Execute ( IntPtr layout, long num1, ulong num2 ) : void

Method Details

Block_Void_TSIntegerEnumeration_TSUnsignedEnumeration64() public method

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

Execute() public method

public Execute ( IntPtr layout, long num1, ulong num2 ) : void
layout System.IntPtr
num1 long
num2 ulong
return void

Property Details

blockInvoker public_oe property

public ExecuteInvoker blockInvoker
return ExecuteInvoker