Encapsulates an arbitrary object and its optional human-readable description. Implemented by DescribedObject<T>.
Namespace: Metalama.Framework.Eligibility
Assembly: Metalama.Framework.dll
Syntax
[InternalImplement]
[CompileTime]
public interface IDescribedObject<out T> : IFormattableType Parameters
| Name | Description |
|---|---|
| T |
Properties
| Name | Description |
|---|---|
| Description | Gets the optional human-readable description of Object. |
| Object | Gets the described object. |