Initializes a new instance of the Component class

Namespace: BasicCard.BasicCards.Components
Assembly: BasicCard (in BasicCard.dll) Version: 2.5.2.0 (2.5.2.0)

Syntax

C#
protected Component(
	int CID,
	BasicCardComponentManager mgr
)
Visual Basic
Protected Sub New ( 
	CID As Integer,
	mgr As BasicCardComponentManager
)
Visual C++
protected:
Component(
	int CID, 
	BasicCardComponentManager^ mgr
)
F#
new : 
        CID : int * 
        mgr : BasicCardComponentManager -> Component

Parameters

CID
Type: System..::..Int32
CID
mgr
Type: BasicCard.BasicCards.Components..::..BasicCardComponentManager
component manager or null

See Also