ClosureType Enum

Definition

Enumeration describing what kind of closure to build

public enum class ClosureType
public enum ClosureType
type ClosureType = 
Public Enum ClosureType
Inheritance
ClosureType

Fields

CopyClosure 0

build a closure that is suitable for copy operations

CopyShapeClosure 1

build a closure that is suitable for copy shape operations

DeleteClosure 2

build a closure that is suitable for delete operations

DeleteShapeClosure 3

build a closure that is suitable for delete shape operations

Applies to