ARCed.Scintilla.AnnotationCollection.AnnotationCollectionEnumerator.MoveNext C# (CSharp) Method

MoveNext() public method

public MoveNext ( ) : bool
return bool
			public bool MoveNext()
			{
				this._index++;

				return this._index < this._collection.Count;
			}
AnnotationCollection.AnnotationCollectionEnumerator