C# Class TestProject1.UtilityExtensions

ファイルを表示 Open project: aabs/PetriNets

Public Methods

Method Description
Assert ( this m, string>.Dictionary names, int>.Dictionary expected ) : void
Get ( this m, string>.Dictionary names, string name ) : int
Set ( this m, string>.Dictionary names, string name, int value ) : void

Method Details

Assert() public static method

public static Assert ( this m, string>.Dictionary names, int>.Dictionary expected ) : void
m this
names string>.Dictionary
expected int>.Dictionary
return void

Get() public static method

public static Get ( this m, string>.Dictionary names, string name ) : int
m this
names string>.Dictionary
name string
return int

Set() public static method

public static Set ( this m, string>.Dictionary names, string name, int value ) : void
m this
names string>.Dictionary
name string
value int
return void