BlockParameterPropertyDescriptorCollectionEnumeratorMoveNext
Method
|
Advances the enumerator to the next item in
the collection.
Namespace: Teigha.Internal.DatabaseServices
Assembly: TD_Mgd (in TD_Mgd.dll) Version:
26.9.0.0
Syntax
public virtual bool MoveNext()
Public Overridable Function MoveNext As Boolean
public:
virtual bool MoveNext()
abstract MoveNext : unit -> bool
override MoveNext : unit -> bool
Return Value
Boolean
true if item index is less than current item count, false
otherwise.
Implements
IEnumeratorMoveNext
See Also