X509ChainElementEnumerator.MoveNext 方法
定义
将枚举数推进到 X509ChainElementCollection 中的下一个元素。Advances the enumerator to the next element in the X509ChainElementCollection.
public:
virtual bool MoveNext();
public bool MoveNext ();
abstract member MoveNext : unit -> bool
override this.MoveNext : unit -> bool
Public Function MoveNext () As Boolean
返回
如果枚举数已成功地推进到下一个元素,则为 true;如果枚举数传递到集合的末尾,则为 false。true if the enumerator was successfully advanced to the next element; false if the enumerator has passed the end of the collection.
实现
例外
集合在枚举器创建后被修改。The collection was modified after the enumerator was created.
注解
此方法将枚举数前移到集合中的下一个元素。This method advances the enumerator to the next element in the collection. X509ChainElementEnumerator类继承自 IEnumerator ; 有关使用枚举器的详细信息,请参阅此类。The X509ChainElementEnumerator class inherits from IEnumerator; see this class for more information on using enumerators.