CategoryInfoCollection constructor (IEnumerable<CategoryInfo>)
Creates a new collection of categories, 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 CategoryInfo) _
)
'Usage
Dim enumerable As IEnumerable(Of CategoryInfo)
Dim instance As New CategoryInfoCollection(enumerable)
public CategoryInfoCollection(
IEnumerable<CategoryInfo> enumerable
)
Parameters
enumerable
Type: System.Collections.Generic.IEnumerable<CategoryInfo>The set of values copied into this collection.
See also
Reference
CategoryInfoCollection members