Share via


LinguisticsCollection<T> Members

Include Protected Members
Include Inherited Members

Represents a collection of linguistic features that need to support paging and sorting.

The LinguisticsCollection<T> type exposes the following members.

Properties

  Name Description
Public property Count (Inherited from ICollection<T>.)
Public property IsReadOnly (Inherited from ICollection<T>.)

Top

Methods

  Name Description
Public method Add (Inherited from ICollection<T>.)
Public method Clear (Inherited from ICollection<T>.)
Public method Contains (Inherited from ICollection<T>.)
Public method CopyTo (Inherited from ICollection<T>.)
Public method GetEnumerator() (Inherited from IEnumerable<T>.)
Public method GetEnumerator() (Inherited from IEnumerable.)
Public method GetEnumerator(SortField) Gets an IEnumerator<T> with sorting and default direction for the type.
Public method GetEnumerator(Int32, Int32) Gets an IEnumerator<T> with paging.
Public method GetEnumerator(SortField, SortDirection) Gets an IEnumerator<T> with sorting.
Public method GetEnumerator(SortField, SortDirection, Int32, Int32) Gets an IEnumerator<T> with sorting and paging.
Public method Remove (Inherited from ICollection<T>.)

Top

See Also

Reference

LinguisticsCollection<T> Interface

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