C# 클래스 Monobjc.Generators.Block_ArbitraryDelegate2

Block: void (^)(TSObject, TSInteger, bool)
상속: Monobjc.Block
파일 보기 프로젝트 열기: Monobjc/monobjc

공개 프로퍼티들

프로퍼티 타입 설명
blockInvoker ExecuteInvoker

공개 메소드들

메소드 설명
Block_ArbitraryDelegate2 ( Delegate block ) : System
Execute ( IntPtr layout, IntPtr obj, int index, IntPtr stop ) : void

메소드 상세

Block_ArbitraryDelegate2() 공개 메소드

public Block_ArbitraryDelegate2 ( Delegate block ) : System
block System.Delegate
리턴 System

Execute() 공개 메소드

public Execute ( IntPtr layout, IntPtr obj, int index, IntPtr stop ) : void
layout System.IntPtr
obj System.IntPtr
index int
stop System.IntPtr
리턴 void

프로퍼티 상세

blockInvoker 공개적으로 프로퍼티

public ExecuteInvoker blockInvoker
리턴 ExecuteInvoker