Initializes a new instance of the FlagAttributes class

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

Syntax

C#
protected FlagAttributes(
	byte[] attr
)
Visual Basic
Protected Sub New ( 
	attr As Byte()
)
Visual C++
protected:
FlagAttributes(
	array<unsigned char>^ attr
)
F#
new : 
        attr : byte[] -> FlagAttributes

Parameters

attr
Type: array<System..::..Byte>[]()[][]
attribute bytes

See Also