DTSReadOnlyCollectionBase.GetCount Method

Definition

Retrieves the number of objects in the collection.

protected:
 abstract int GetCount();
protected abstract int GetCount ();
abstract member GetCount : unit -> int
Protected MustOverride Function GetCount () As Integer

Returns

The number of objects in the collection.

Applies to