TrampolineBlockBase(BlockLiteral*) Constructor

Definition

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.

Applies to