System::Collections::CollectionBase::get_Count メソッド
CollectionBase::get_Count method
コレクションインスタンスに含まれる要素数を返します。このメソッドはオーバーライドできません。
int32_t System::Collections::CollectionBase<T>::get_Count()
ReturnValue
コレクションインスタンスに含まれる要素数です。このメソッドの値取得は O(1) の操作です。
参照
- Class CollectionBase
- Namespace System::Collections
- Library Aspose.Page for C++