コンストラクタ

Namespace: FVIL.IO
Assembly: FVILforms (in FVILforms.dll) Version: 3.1.0.0 (3.1.0.9)

Syntax

C#
public BitInfo(
	int bit,
	string name
)
Visual Basic
Public Sub New ( 
	bit As Integer,
	name As String
)

Parameters

bit
Type: System..::..Int32
ビット位置 [0~]
name
Type: System..::..String
名称

See Also