VMware GemFire Native .NET Reference  9.1
Apache::Geode::Client::Internal::CacheableHashSetType< TYPEID, HSTYPE >::Enumerator Class Reference

Enumerator for CacheableHashSet class. More...

Inherits UMWrap< HSTYPE::Iterator >, and IEnumerator< Object^ >.

Public Member Functions

virtual bool MoveNext ()
 Advances the enumerator to the next element of the collection. More...
 
virtual void Reset ()
 Sets the enumerator to its initial position, which is before the first element in the collection. More...
 

Properties

Object^  Current [get]
 Gets the element in the collection at the current position of the enumerator. More...
 

Detailed Description

template<System::UInt32 TYPEID, typename HSTYPE>
class Apache::Geode::Client::Internal::CacheableHashSetType< TYPEID, HSTYPE >::Enumerator

Enumerator for CacheableHashSet class.

Member Function Documentation

template<System::UInt32 TYPEID, typename HSTYPE>
virtual bool Apache::Geode::Client::Internal::CacheableHashSetType< TYPEID, HSTYPE >::Enumerator::MoveNext ( )
inlinevirtual

Advances the enumerator to the next element of the collection.

Returns
true if the enumerator was successfully advanced to the next element; false if the enumerator has passed the end of the collection.
template<System::UInt32 TYPEID, typename HSTYPE>
virtual void Apache::Geode::Client::Internal::CacheableHashSetType< TYPEID, HSTYPE >::Enumerator::Reset ( )
inlinevirtual

Sets the enumerator to its initial position, which is before the first element in the collection.

Property Documentation

template<System::UInt32 TYPEID, typename HSTYPE>
Object^ Apache::Geode::Client::Internal::CacheableHashSetType< TYPEID, HSTYPE >::Enumerator::Current
get

Gets the element in the collection at the current position of the enumerator.

Returns
The element in the collection at the current position of the enumerator.

Pivotal GemFire .NET Cache API Documentation