Table of Contents

Class KeywordParser

Namespace
Avalonia.Utilities
Assembly
Avalonia.Base.dll
public static class KeywordParser
Inheritance
KeywordParser
Inherited Members

Methods

CheckKeyword(ref CharacterReader, string)

public static bool CheckKeyword(this ref CharacterReader r, string keyword)

Parameters

r CharacterReader
keyword string

Returns

bool

TakeIfKeyword(ref CharacterReader, string)

public static bool TakeIfKeyword(this ref CharacterReader r, string keyword)

Parameters

r CharacterReader
keyword string

Returns

bool