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