C# Class TestProject1.UtilityExtensions

Afficher le fichier Open project: aabs/PetriNets

Méthodes publiques

Méthode 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 méthode

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

Get() public static méthode

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

Set() public static méthode

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