コンストラクタ

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

Syntax

C#
public DataInfo(
	string text,
	string filename
)
Visual Basic
Public Sub New ( 
	text As String,
	filename As String
)

Parameters

text
Type: System..::..String
表示名
filename
Type: System..::..String
ファイル名

See Also