Virtual PhotonicsNamespace: Vts.Extensions
Assembly: Vts (in Vts.dll) Version: 1.0.12.0 (1.0.12)
Assembly: Vts (in Vts.dll) Version: 1.0.12.0 (1.0.12)
Syntax
Parameters
- first
- Type: System.Collections.Generic IEnumerable TFirst
- second
- Type: System.Collections.Generic IEnumerable TSecond
- third
- Type: System.Collections.Generic IEnumerable TThird
- func
- Type: System Func TFirst, TSecond, TThird, TResult
Type Parameters
- TFirst
- TSecond
- TThird
- TResult
Return Value
Type: IEnumerable TResultUsage Note
In Visual Basic and C#, you can call this method as an instance method on any object of type IEnumerable TFirst . When you use instance method syntax to call this method, omit the first parameter. For more information, see Extension Methods (Visual Basic) or Extension Methods (C# Programming Guide).See Also