Summary
    Enumerates the 
		NAnt.Contrib.Types.XmlSchemaReference elements of a NAnt.Contrib.Types.XmlSchemaReferenceCollection.
    - Assembly
 - NAnt
.Contrib .dll  - Namespace
 - NAnt
.Contrib .Types  - Interfaces
 - 
									
- IEnumerator
 
 - Base Types
 - 
									
- Object
 
 
							graph BT
	Type-->Base0["Object"]
	Type-.->Interface0["IEnumerator"]
	Type["XmlSchemaReferenceEnumerator"]
class Type type-node
						
					Syntax
public class XmlSchemaReferenceEnumerator : IEnumerator
			Properties
| Name | Value | Summary | 
|---|---|---|
| Current | XmlSchemaReference | 
									 
    Gets the current element in the collection.
     
								 | 
							
Methods
| Name | Value | Summary | 
|---|---|---|
| MoveNext | 
								bool | 
									 
    Advances the enumerator to the next element of the collection.
     
								 | 
							
| Reset | 
								void | 
									 
    Sets the enumerator to its initial position, which is before the 
    first element in the collection.
     
								 | 
							
