Constructor HandledObject
HandledObject(bool)
Initializes a new instance of the HandledObject<T> class.
public HandledObject(bool immutable)
Parameters
immutable
boolWhether this object is immutable (properties are readonly).
HandledObject()
Initializes a new instance of the HandledObject<T> class.
public HandledObject()