Initializes a new instance of the FileAttributes class

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

Syntax

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

Parameters

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

See Also