Editja

PartialResultsCollection Class

Definition

The PartialResultsCollection class represents any partial results returned from a not-yet-completed asynchronous operation.

public ref class PartialResultsCollection : System::Collections::ReadOnlyCollectionBase
public class PartialResultsCollection : System.Collections.ReadOnlyCollectionBase
type PartialResultsCollection = class
    inherit ReadOnlyCollectionBase
Public Class PartialResultsCollection
Inherits ReadOnlyCollectionBase
Inheritance
PartialResultsCollection

Properties

Name Description
Item[Int32]

The Item[Int32] property contains the Object at the specified index.

Methods

Name Description
Contains(Object)

The Contains(Object) method determines whether this PartialResultsCollection object contains a specified Object.

CopyTo(Object[], Int32)

The CopyTo(Object[], Int32) method copies the entire collection to a one-dimensional array, starting at the specified index of the target array.

IndexOf(Object)

The IndexOf(Object) method returns the zero-based index of the first occurrence of the specified Object in the PartialResultsCollection.

Applies to