LinguisticsCollection<T>.GetEnumerator Method (SortField)
Gets an IEnumerator<T> with sorting and default direction for the type.
Namespace: Microsoft.SharePoint.Search.Extended.Administration.Linguistics
Assembly: Microsoft.SharePoint.Search.Extended.Administration (in Microsoft.SharePoint.Search.Extended.Administration.dll)
Syntax
'Declaration
Function GetEnumerator ( _
term As SortField _
) As IEnumerator(Of T)
'Usage
Dim instance As LinguisticsCollection
Dim term As SortField
Dim returnValue As IEnumerator(Of T)
returnValue = instance.GetEnumerator(term)
IEnumerator<T> GetEnumerator(
SortField term
)
Parameters
term
Type: Microsoft.SharePoint.Search.Extended.Administration.Common.SortFieldThe field to sort on.
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
Microsoft.SharePoint.Search.Extended.Administration.Linguistics Namespace