Table of Contents

Constructor HandledObject

Namespace
Alternet.UI
Assembly
Alternet.UI.Common.dll

HandledObject(bool)

Initializes a new instance of the HandledObject<T> class.

public HandledObject(bool immutable)

Parameters

immutable bool

Whether this object is immutable (properties are readonly).

HandledObject()

Initializes a new instance of the HandledObject<T> class.

public HandledObject()