Object
Gets the object being described (typically a declaration such as a method, type, or parameter).
Declaration
T Object { get; }Property Value
| Type | Description |
|---|---|
| T |
Remarks
Access this property to inspect the actual declaration when writing custom eligibility predicates in MustSatisfy<T>(IEligibilityBuilder<T>, Predicate<T>, Func<IDescribedObject<T>, FormattableString>).