EmbeddedResourceEnumerator Class

Summary

Enumerates the NAnt.DotNet.Types.EmbeddedResource items of a NAnt.DotNet.Types.EmbeddedResourceCollection.
Assembly
NAnt.DotNet.dll
Namespace
NAnt.DotNet.Types
Interfaces
  • IEnumerator
Base Types
  • Object
graph BT Type-->Base0["Object"] Type-.->Interface0["IEnumerator"] Type["EmbeddedResourceEnumerator"] class Type type-node

Syntax

public class EmbeddedResourceEnumerator : IEnumerator

Properties

Name Value Summary
Current EmbeddedResource
Gets the current item in the collection.

Methods

Name Value Summary
MoveNext() bool
Advances the enumerator to the next item of the collection.
Reset() void
Sets the enumerator to its initial position, which is before the first item in the collection.