BaseInfoCollection<T> constructor (IEnumerable<T>)
Cria uma nova coleção de objetos de informação inicializado com os valores especificados.
Namespace: Microsoft.Office.Server.Search.Administration
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaração
Public Sub New ( _
enumerable As IEnumerable(Of T) _
)
'Uso
Dim enumerable As IEnumerable(Of T)
Dim instance As New BaseInfoCollection(enumerable)
public BaseInfoCollection(
IEnumerable<T> enumerable
)
Parâmetros
enumerable
Type: System.Collections.Generic.IEnumerable<T>O conjunto de valores é copiado para essa coleção.
Exceptions
Exception | Condition |
---|---|
ArgumentNullException | Se enumerable for [null]. |