Encapsulates an object and a human-readable description.
Namespace: Metalama.Framework.Eligibility
Assembly: Metalama.Framework.dll
Syntax
public sealed class DescribedObject<T> : IDescribedObject<T>, IFormattableType Parameters
| Name | Description |
|---|---|
| T |
Constructors
| Name | Description |
|---|---|
| DescribedObject(T, FormattableString?) |
Properties
| Name | Description |
|---|---|
| Description | Gets the optional human-readable description of Object. |
| Object | Gets the described object. |