Class TagKey
Base type for typed tag keys that provide type-safe access to Tags.
public abstract record TagKey : IEquatable<TagKey>
- Inheritance
-
TagKey
- Implements
- Derived
- Inherited Members
- Extension Methods
Constructors
TagKey(string)
Base type for typed tag keys that provide type-safe access to Tags.
protected TagKey(string Name)
Parameters
Namestring
Properties
Name
public string Name { get; init; }