Cartesians the product.
Namespace: Common
Assembly: Optimization.Framework (in Optimization.Framework.dll) Version: 0.3.1036.0
Syntax
Type Parameters
- T
[Missing <typeparam name="T"/> documentation for "M:Common.ExtensionMethods.CartesianProduct``1(System.Collections.Generic.IEnumerable{System.Collections.Generic.IEnumerable{``0}})"]
Return Value
[Missing <returns> documentation for "M:Common.ExtensionMethods.CartesianProduct``1(System.Collections.Generic.IEnumerable{System.Collections.Generic.IEnumerable{``0}})"]
Usage Note
In Visual Basic and C#, you can call this method as an instance method on any object of type
IEnumerable<(Of <(<'IEnumerable<(Of <(<'T>)>)>>)>)>. When you use instance method syntax to call this method, omit the first parameter. For more information, see
or .
See Also