次の方法で共有


SetIterator.End Method

Definition

Moves the iterator past the last element in the set.

public:
 virtual void End();
public virtual void End ();
abstract member End : unit -> unit
override this.End : unit -> unit
Public Overridable Sub End ()

Remarks

After executing this method, the more method will return false.

Applies to