ScopedKind Enum

Definition

Enumeration for kinds of scoped modifiers.

public enum ScopedKind
type ScopedKind = 
Public Enum ScopedKind
Inheritance
ScopedKind

Fields

None 0

Not scoped.

ScopedRef 1

A ref scoped to the enclosing block or method.

ScopedValue 2

A value scoped to the enclosing block or method.

Applies to