TrampolineBlockBase(BlockLiteral*) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Initializes a new instance from a block literal pointer.
protected TrampolineBlockBase(ObjCRuntime.BlockLiteral* block);
new ObjCRuntime.TrampolineBlockBase : nativeptr<ObjCRuntime.BlockLiteral> -> ObjCRuntime.TrampolineBlockBase
Parameters
- block
- BlockLiteral*
A pointer to a native BlockLiteral.