ReportElementCollectionBase<T> 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 base class for all report element collections.
generic <typename T>
public ref class ReportElementCollectionBase abstract : System::Collections::Generic::IEnumerable<T>
public abstract class ReportElementCollectionBase<T> : System.Collections.Generic.IEnumerable<T>
type ReportElementCollectionBase<'T> = class
interface seq<'T>
interface IEnumerable
Public MustInherit Class ReportElementCollectionBase(Of T)
Implements IEnumerable(Of T)
Type Parameters
- T
The type of the item in the collection.
- Inheritance
-
ReportElementCollectionBase<T>
- Derived
- Implements
Constructors
ReportElementCollectionBase<T>() |
Initializes a new instance of the ReportElementCollectionBase<T> class. |
Properties
Count |
Gets the number of items in the collection. |
Item[Int32] |
Gets the item at the specified index. |
Methods
GetEnumerator() |
Gets the enumerator for this ReportElementCollectionBase<T>. |
Explicit Interface Implementations
IEnumerable.GetEnumerator() |
Gets the enumerator that iterates through the collection. |