Table of Contents

Class char_name

Namespace
abstractions
Assembly
PIKLib.dll
record char_name : IEquatable<char_name>
Inheritance
char_name
Implements
Inherited Members

Constructors

char_name(string)

char_name(string Value)

Parameters

Value string

Properties

Value

string Value { get; init; }

Property Value

string

Operators

implicit operator char_name(string)

implicit operator char_name(string s)

Parameters

s string

Returns

char_name

implicit operator string(char_name)

implicit operator string(char_name n)

Parameters

n char_name

Returns

string