Dsl (Digital Simulation Library) for .Net
データカラムを id 毎にまとめて Dictionary に登録します。 戻り値は、データカラムが変更されていなければ false 、id や Variable が変更されていた場合は true.

名前空間: DslDialog
アッセンブリー: DslDialog (in DslDialog.dll)

構文

C#
public bool Reset()
Visual Basic
Public Function Reset As Boolean
Visual C++
public:
bool Reset()

Return Value

タイプ: Boolean
id や Variable が変更されていれば true、そうでなければ false

参照