Initializes a new instance of the File class

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

Syntax

C#
public File(
	int CID,
	BasicCardComponentManager mgr
)
Visual Basic
Public Sub New ( 
	CID As Integer,
	mgr As BasicCardComponentManager
)
Visual C++
public:
File(
	int CID, 
	BasicCardComponentManager^ mgr
)
F#
new : 
        CID : int * 
        mgr : BasicCardComponentManager -> File

Parameters

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

See Also