C# Class AdvancedMultithreadingLab.TestSystemConcurrentBag

Inheritance: TestCollectionBase
Datei anzeigen Open project: postsharp/ThreadingTalk

Protected Methods

Method Description
AddItems ( int count ) : void
ConsumeItems ( int count ) : void

Method Details

AddItems() protected method

protected AddItems ( int count ) : void
count int
return void

ConsumeItems() protected method

protected ConsumeItems ( int count ) : void
count int
return void