Open sandboxFocus

Class DescribedObject<T>

Encapsulates an object and a human-readable description.

Inheritance
DescribedObject<T>
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.

Extension Methods

See Also