Class TagKey

Namespace
REslava.Result
Assembly
REslava.Result.dll

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

Name string

Properties

Name

public string Name { get; init; }

Property Value

string