Encapsulates an object and a human-readable description.
Namespace: Metalama.Framework.Eligibility
Assembly: Metalama.Framework.dll
Syntax
public sealed class DescribedObject<T> : IDescribedObject<T>, IFormattable
Type 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. |