DTSReadOnlyCollectionBase.GetCount 方法

定义

检索集合中对象的数目。

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

返回

集合中 对象的数目。

适用于