Table of Contents

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

Attribute

IsInherited

Gets whether the attribute is inherited from a base member.

public bool IsInherited { get; init; }

Property Value

bool