We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 84c7875 commit 363bb95Copy full SHA for 363bb95
Microsoft.VisualBasic.Core/src/ComponentModel/System.Collections.Generic/IndexOf.vb
@@ -118,6 +118,9 @@ Namespace ComponentModel.Collection
118
''' 请注意,这里的数据源请尽量使用Distinct的,否则对于重复的数据,只会记录下第一个位置
119
''' </summary>
120
''' <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>
124
Sub New(source As IEnumerable(Of T), Optional base% = 0)
125
If source Is Nothing Then
126
source = {}
0 commit comments