MappingInfoCollection constructor (IEnumerable<MappingInfo>)
Creates a new collection of managed property mappings, 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 MappingInfo) _
)
'Usage
Dim enumerable As IEnumerable(Of MappingInfo)
Dim instance As New MappingInfoCollection(enumerable)
public MappingInfoCollection(
IEnumerable<MappingInfo> enumerable
)
Parameters
enumerable
Type: System.Collections.Generic.IEnumerable<MappingInfo>The set of values copied into this collection.