Initializes a new instance of the AcrAttributes class

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

Syntax

C#
public AcrAttributes(
	int ACRCID,
	AcrType type
)
Visual Basic
Public Sub New ( 
	ACRCID As Integer,
	type As AcrType
)
Visual C++
public:
AcrAttributes(
	int ACRCID, 
	AcrType type
)
F#
new : 
        ACRCID : int * 
        type : AcrType -> AcrAttributes

Parameters

ACRCID
Type: System..::..Int32
CID of ACR protecting this ACR
type
Type: BasicCard.BasicCards.Components..::..AcrType
ACR type

See Also