C# 클래스 AdvancedMultithreadingLab.TestRingBuffer

파일 보기 프로젝트 열기: postsharp/ThreadingTalk

보호된 메소드들

메소드 설명
AddItems ( int count ) : void
ConsumeItems ( int count ) : void

메소드 상세

AddItems() 보호된 메소드

protected AddItems ( int count ) : void
count int
리턴 void

ConsumeItems() 보호된 메소드

protected ConsumeItems ( int count ) : void
count int
리턴 void