Open sandboxFocus

Interface IDescribedObject<T>

Encapsulates an arbitrary object and its optional human-readable description. Implemented by DescribedObject<T>.

Namespace: Metalama.Framework.Eligibility
Assembly: Metalama.Framework.dll
Syntax
[CompileTime]
public interface IDescribedObject<out T> : IFormattable
Type Parameters
Name Description
T

Properties

Name Description
Description

Gets the optional human-readable description of Object.

Object

Gets the described object.

Extension Methods

See Also