IBaseIterator<TValue>.valid Method

Definition

Determines whether the iterator is valid and can be safely used to traverse the underlying container.

public:
 bool valid();
public bool valid ();
abstract member valid : unit -> bool
Public Function valid () As Boolean

Returns

true if the iterator is valid and safe to use; otherwise, false.

Applies to