GenericExpressionVisitorVisitElementInitializerList Method |
Visits the element initializer list.
Namespace:
SD.LLBLGen.Pro.ORMSupportClasses
Assembly:
SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.4.0.0 (5.4.0)
Syntax protected virtual IEnumerable<ElementInit> VisitElementInitializerList(
ReadOnlyCollection<ElementInit> listToVisit
)
Protected Overridable Function VisitElementInitializerList (
listToVisit As ReadOnlyCollection(Of ElementInit)
) As IEnumerable(Of ElementInit)
Parameters
- listToVisit
- Type: System.Collections.ObjectModelReadOnlyCollectionElementInit
The list to visit.
Return Value
Type:
IEnumerableElementInitthe visited list
See Also