CharacterReader Structure

Definition

Namespace: Avalonia.Utilities
Assembly: Avalonia.Base (in Avalonia.Base.dll) Version: 11.3.999
public ref struct CharacterReader
Inheritance
Object    ValueType    CharacterReader

Properties

Methods

Equals(Object)Indicates whether this instance and a specified object are equal.
(Inherited from ValueType)
GetHashCodeReturns the hash code for this instance.
(Inherited from ValueType)
GetTypeGets the Type of the current instance.
(Inherited from Object)
PeekWhitespace 
Skip(Int32) 
SkipWhitespace 
Take 
TakeIf(Char) 
TakeIf(FuncChar, Boolean) 
TakeUntil(Char) 
TakeWhile(FuncChar, Boolean) 
ToStringReturns the fully qualified type name of this instance.
(Inherited from ValueType)
TryPeek(Int32) 

Extension Methods

See Also