dundas.linq.IEnumerator Class

 

Inheritance Hierarchy

 
Class
   dundas.linq.IEnumerator
      dundas.linq.ArrayEnumerator
      dundas.linq.NodeListEnumerator
 

Constructors

 
  Name Description
init WARNING: This is a prototype only and should not be created directly.
 
 

Properties

 
  Name Description
current WARNING: This is an interface method and should not be called directly.
 
 

Methods

 
  Name Description
dispose WARNING: This is a prototype only and should not be called directly.
fromJObject Applies the property values from a plain object created from JSON to the properties of this instance. Inherited from Class.
moveNext WARNING: This is a prototype only and should not be called directly.
toJSON Implementation for toJSON to return an object that will include this class's prototype property values when stringified. Inherited from Class.