SynonymCollection.GetEnumerator Method (Int32, Int32)
Gets an enumerator for a subset the synonyms in the collection, sorting on the synonym term in ascending order.
Namespace: Microsoft.SharePoint.Search.Extended.Administration.Keywords
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 Synonym)
'Usage
Dim instance As SynonymCollection
Dim offset As Integer
Dim count As Integer
Dim returnValue As IEnumerator(Of Synonym)
returnValue = instance.GetEnumerator(offset, _
count)
IEnumerator<Synonym> GetEnumerator(
int offset,
int count
)
Parameters
offset
Type: System.Int32The offset in the result set from which values are returned.
count
Type: System.Int32The number of elements to return.
Return Value
Type: System.Collections.Generic.IEnumerator<Synonym>
An [IEnumerator] over the Synonyms.
See Also
Reference
Microsoft.SharePoint.Search.Extended.Administration.Keywords Namespace