ReportElementCollectionBase<T>.ReportElementEnumerator Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents the enumerator for an inherited object of ReportElementCollectionBase<T>.
public: ref class ReportElementCollectionBase<T>::ReportElementEnumerator : System::Collections::Generic::IEnumerator<T>
public class ReportElementCollectionBase<T>.ReportElementEnumerator : System.Collections.Generic.IEnumerator<T>
type ReportElementCollectionBase<'T>.ReportElementEnumerator = class
interface IEnumerator<'T>
interface IDisposable
interface IEnumerator
Public Class ReportElementCollectionBase(Of T).ReportElementEnumerator
Implements IEnumerator(Of T)
Type Parameters
- T
- Inheritance
-
ReportElementCollectionBase<T>.ReportElementEnumerator
- Implements
Properties
Current |
Gets the current item. |
Methods
Dispose() |
Releases the unmanaged resources used by the ReportElementCollectionBase<T>.ReportElementEnumerator. |
MoveNext() |
Moves to the next item in the enumerator. |
Reset() |
Resets the ReportElementCollectionBase<T>.ReportElementEnumerator to the first item. |
Explicit Interface Implementations
IEnumerator.Current |
Gets the current element in the collection. |