C# 클래스 Mosa.Compiler.Framework.Counters

파일 보기 프로젝트 열기: tgiphil/MOSA-Project 1 사용 예제들

공개 메소드들

메소드 설명
Clear ( ) : void
Export ( ) : IList
Merge ( Counters counters ) : void
Update ( string name, int count ) : void

메소드 상세

Clear() 공개 메소드

public Clear ( ) : void
리턴 void

Export() 공개 메소드

public Export ( ) : IList
리턴 IList

Merge() 공개 메소드

public Merge ( Counters counters ) : void
counters Counters
리턴 void

Update() 공개 메소드

public Update ( string name, int count ) : void
name string
count int
리턴 void