- Namespace
- XamlX
.Ast - Containing Type
- XamlAstNode
Syntax
protected static void VisitList<T>(IList<T> list, IXamlAstVisitor visitor) where T : IXamlAstNode
Type Parameters
Name | Description |
---|---|
T |
Parameters
Name | Type | Description |
---|---|---|
list | IList |
|
visitor | IXamlAstVisitor |
Return Value
Type | Description |
---|---|
void |