ChartObjectCollectionItem<T> Class

Definition

Represents the base class for an item in a ChartObjectCollectionBase<T,U>.

generic <typename T>
 where T : BaseInstancepublic ref class ChartObjectCollectionItem abstract
public abstract class ChartObjectCollectionItem<T> where T : BaseInstance
type ChartObjectCollectionItem<'T (requires 'T :> BaseInstance)> = class
Public MustInherit Class ChartObjectCollectionItem(Of T)

Type Parameters

T

The type of the item in the collection.

Inheritance
ChartObjectCollectionItem<T>
Derived

Constructors

ChartObjectCollectionItem<T>()

Initializes a new instance of the ChartObjectCollectionItem<T> class.

Fields

m_instance

The instance of the base class.

Applies to