[]
Defines the MatchedListItemCollectionInfo class.
public class MatchedListItemCollectionInfo : ICollection, IEnumerable
Public Class MatchedListItemCollectionInfo
Implements ICollection, IEnumerable
Name | Description |
---|---|
Count | Gets the number of elements contained in the ICollection. |
this[int] | Gets the item at the specified position. |
Name | Description |
---|---|
CopyTo(Array, int) | Copies the elements of the ICollection to an Array, starting at a particular Array index. |
GetEnumerator() | Returns an enumerator that iterates through a collection. |