Table of Contents

Class SymbolProperty<T>

Namespace
RDCore.SDK.Model.Symbols.Abstract
Assembly
RDCore.SDK.dll
public record SymbolProperty<T> : IEquatable<SymbolProperty<T>>

Type Parameters

T
Inheritance
SymbolProperty<T>
Implements
Inherited Members

Constructors

SymbolProperty(string)

public SymbolProperty(string Name)

Parameters

Name string

Properties

Name

public string Name { get; init; }

Property Value

string