ObsoleteData Properties
Class Properties 2 members
Name-based adapter for
ObsoleteAttribute data, parsed from Reflection.CustomAttributeData. Gets whether use of the obsolete API is an error.
public bool IsError { get; init; } Gets the obsolete message, if any.
public string? Message { get; init; }