- Namespace
- Avalonia
.Markup .Parsers - Containing Type
- ArgumentListParser
Syntax
public static IList<string> ParseArguments(this ref CharacterReader r, char open, char close, char delimiter = ',')
Parameters
Name | Type | Description |
---|---|---|
r | CharacterReader | |
open | char | |
close | char | |
delimiter | char |
Return Value
Type | Description |
---|---|
IList |