C# 클래스 TestProject1.UtilityExtensions

파일 보기 프로젝트 열기: aabs/PetriNets

공개 메소드들

메소드 설명
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

메소드 상세

Assert() 공개 정적인 메소드

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

Get() 공개 정적인 메소드

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

Set() 공개 정적인 메소드

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