Property | Type | Description | |
---|---|---|---|
Argument | AstNodeBase | ||
IsLazy | bool | ||
MaxCount | int | ||
MinCount | int |
Method | Description | |
---|---|---|
AstRepeatNode ( AstNodeBase arg, int minCount, int maxCount, bool isLazy, |
||
GetChildren ( ) : System.Collections.Generic.IEnumerable |
||
ToString ( ) : string |
public AstRepeatNode ( AstNodeBase arg, int minCount, int maxCount, bool isLazy, |
||
arg | AstNodeBase | |
minCount | int | |
maxCount | int | |
isLazy | bool | |
range |
public GetChildren ( ) : System.Collections.Generic.IEnumerable |
||
return | System.Collections.Generic.IEnumerable |