对象类型的组合输出工具,即目标类型的集合之中的元素两两组合配对
Comb
01 Syntax
Microsoft.VisualBasic.ComponentModel.Algorithm.base.Comb`1
02 Methods
| Name | Overloads | Summary |
|---|---|---|
| CreateCompleteObjectPairs | 1 | Creates the completely combination of the elements in the target input collection source. |
| GetObjectPair | 1 | |
| CreateObject | 1 | |
| ToString | 1 | |
| op_Implicit | 1 |
03 Properties
04 Members
CreateCompleteObjectPairs(
IEnumerable(Of `0))Creates the completely combination of the elements in the target input collection source. (创建完完全全的两两配对)
Parameters
| Name | Type | Description |
|---|---|---|
source | IEnumerable(Of `0) | - |
EOL
对象列表是否已经完全组合输出
NewLine
是否已经开始读取新的一行数据
CombList
GetObjectPair()
CreateObject(
IEnumerable(Of T))ToString()
op_Implicit(
T())