Compartilhar via


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

Exceptions

Exception Condition
ArgumentNullException

Se enumerable for [null].

Ver também

Referência

BaseInfoCollection<T> class

BaseInfoCollection<T> members

BaseInfoCollection<T> overload

Microsoft.Office.Server.Search.Administration namespace