Skip to content

Commit 363bb95

Browse files
committed
make id subset filter
1 parent 84c7875 commit 363bb95

File tree

1 file changed

+3
-0
lines changed
  • Microsoft.VisualBasic.Core/src/ComponentModel/System.Collections.Generic

1 file changed

+3
-0
lines changed

Microsoft.VisualBasic.Core/src/ComponentModel/System.Collections.Generic/IndexOf.vb

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -118,6 +118,9 @@ Namespace ComponentModel.Collection
118118
''' 请注意,这里的数据源请尽量使用Distinct的,否则对于重复的数据,只会记录下第一个位置
119119
''' </summary>
120120
''' <param name="source"></param>
121+
''' <remarks>
122+
''' this constructor will create an empty index object if the given <paramref name="source"/> input is nothing.
123+
''' </remarks>
121124
Sub New(source As IEnumerable(Of T), Optional base% = 0)
122125
If source Is Nothing Then
123126
source = {}

0 commit comments

Comments
 (0)