BaseInfoCollection<T> constructor (IEnumerable<T>)
Creates a new collection of information objects initialized with the specified values.
Namespace: Microsoft.Office.Server.Search.Administration
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaration
Public Sub New ( _
enumerable As IEnumerable(Of T) _
)
'Usage
Dim enumerable As IEnumerable(Of T)
Dim instance As New BaseInfoCollection(enumerable)
public BaseInfoCollection(
IEnumerable<T> enumerable
)
Parameters
enumerable
Type: System.Collections.Generic.IEnumerable<T>The set of values copied into this collection.
Exceptions
Exception | Condition |
---|---|
ArgumentNullException | If enumerable is [null]. |