MonobjcMonobjc Documented Class Library
Block Constructor (invoker)
NamespacesMonobjcBlockBlock(Delegate)
Initializes a new instance of the Block class.
Declaration Syntax
C#Visual BasicVisual C++
protected Block(
	Delegate invoker
)
Protected Sub New ( _
	invoker As Delegate _
)
protected:
Block(
	Delegate^ invoker
)
Parameters
invoker (Delegate)
The invoker.
Version Information
  • Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later)

Assembly: Monobjc (Module: Monobjc)