In This Article

IAliasedText Interface

Provides the base requirements of possibly-aliased text.

public interface IAliasedText

Properties

Alias

The alias.

string? Alias { get; }

Property Value

string

Text

The text.

string Text { get; }

Property Value

string

Extension Methods