MetalamaAPI documentationAspect APIMetalama.​Framework.​EligibilityIDescribed­Object<T>
Open sandboxFocus

IDescribedObject<T> Interface

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>
Type Parameters
Name Description
T

Properties

Name Description
Description

Gets the optional human-readable description of Object.

Object

Gets the described object.

Extension Methods

DescribedObjectExtensions.Cast<TIn, TOut>(IDescribedObject<TIn>)

See Also