TextElement

TextElement class

Encapsulates basic functionality for VR types that depend on text encodings.

public abstract class TextElement : IElement

Properties

NameDescription
abstract Count { get; }
Tag { get; }
abstract ValueRepresentation { get; }

Methods

NameDescription
abstract Get<T>(Index)
abstract Get<T>(int)
abstract GetOrDefault<T>(Index)
abstract GetOrDefault<T>(int)
abstract GetValues<T>()
abstract GetValues<T>(Range)
abstract TryGetValue<T>(Index, out T)
abstract TryGetValue<T>(int, out T)

See Also