Share via


LinguisticsCollection<T>.GetEnumerator Method (Int32, Int32)

Gets an IEnumerator<T> with paging.

Namespace:  Microsoft.SharePoint.Search.Extended.Administration.Linguistics
Assembly:  Microsoft.SharePoint.Search.Extended.Administration (in Microsoft.SharePoint.Search.Extended.Administration.dll)

Syntax

'Declaration
Function GetEnumerator ( _
    offset As Integer, _
    count As Integer _
) As IEnumerator(Of T)
'Usage
Dim instance As LinguisticsCollection
Dim offset As Integer
Dim count As Integer
Dim returnValue As IEnumerator(Of T)

returnValue = instance.GetEnumerator(offset, _
    count)
IEnumerator<T> GetEnumerator(
    int offset,
    int count
)

Parameters

  • count
    Type: System.Int32

    The number of elements to return.

Return Value

Type: System.Collections.Generic.IEnumerator<T>
An IEnumerator<T> over a type of linguistic feature.

See Also

Reference

LinguisticsCollection<T> Interface

LinguisticsCollection<T> Members

GetEnumerator Overload

Microsoft.SharePoint.Search.Extended.Administration.Linguistics Namespace