DescribedObject(T, FormattableString?)
Initializes a new instance of the DescribedObject<T> class.
Declaration
public DescribedObject(T o, FormattableString? description = null)Parameters
| Type | Name | Description |
|---|---|---|
| T | o | The object to describe. |
| FormattableString | description | An optional human-readable description of the object. If |