Skip to content

DiGi.Core.IO.Wrapper.Enums

github-actions[bot] edited this page Jul 15, 2026 · 2 revisions

DiGi.Core.IO.Wrapper.Enums Namespace

Enums

WrapState Enum

Defines the state of a wrapped object.

public enum WrapState

Fields

Undefined 0

The state is undefined.

Wrapped 1

The object is wrapped.

Unwrapped 2

The object is unwrapped.

Clone this wiki locally