Struct RuntimeTrackingMetadataSource
Describes a property metadata source.
public readonly record struct RuntimeTrackingMetadataSource : IEquatable<RuntimeTrackingMetadataSource>
- Implements
- Inherited Members
- Extension Methods
Constructors
RuntimeTrackingMetadataSource(MemberInfo, bool)
Creates a property metadata source.
public RuntimeTrackingMetadataSource(MemberInfo source, bool inheritedOnly)
Parameters
sourceMemberInfoinheritedOnlybool
Properties
InheritedOnly
Gets whether only inherited attributes apply.
public bool InheritedOnly { get; }
Property Value
Source
Gets the source member.
public MemberInfo Source { get; }