Struct SourceGenAttributeInfo
- Namespace
- PolyType.SourceGenModel
- Assembly
- PolyType.dll
Describes a source generated attribute.
public readonly struct SourceGenAttributeInfo
- Inherited Members
Properties
Attribute
Gets the value of the attribute.
public required Attribute Attribute { get; init; }
Property Value
IsInherited
Gets whether the attribute is inherited from a base member.
public bool IsInherited { get; init; }