Initializes a new instance of the Privilege class

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

Syntax

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

Parameters

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

See Also