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