Click or drag to resize

BufferedTreeNodeStreamStreamIterator Class

[Missing <summary> documentation for "T:Stimulsoft.Data.Expressions.Antlr.Runtime.Tree.BufferedTreeNodeStream.StreamIterator"]

Inheritance Hierarchy
SystemObject
  Stimulsoft.Data.Expressions.Antlr.Runtime.TreeBufferedTreeNodeStreamStreamIterator

Namespace:  Stimulsoft.Data.Expressions.Antlr.Runtime.Tree
Assembly:  Stimulsoft.Data (in Stimulsoft.Data.dll) Version: 2019.3.1.0
Syntax
protected sealed class StreamIterator : IEnumerator<Object>, 
	IDisposable, IEnumerator

The BufferedTreeNodeStreamStreamIterator type exposes the following members.

Constructors
  NameDescription
Public methodBufferedTreeNodeStreamStreamIterator
Initializes a new instance of the BufferedTreeNodeStreamStreamIterator class
Top
Properties
  NameDescription
Public propertyCurrent
Top
Methods
  NameDescription
Public methodDispose
Releases all resources used by the BufferedTreeNodeStreamStreamIterator
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodMoveNext
Public methodReset
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also