Returns an System.Collections.Generic.IEnumerable`1. Each element in enumerable will be visited by calling Visit<T>.
Declaring type: SerializableExpressionVisitor
Namespace: Zyan.InterLinq.Expressions.Helpers
Assembly: Zyan.Communication
Collapse/Expand Syntax
C#
public IEnumerable<T> VisitCollection<T> (
        IEnumerable enumerable
) 
where T  : Expression
Type Parameters
T
Generic argument of the returned System.Collections.IEnumerable.
Parameters
enumerable
Return Value