Skip to content
Snippets Groups Projects
Commit c429c1eb authored by Michael Ghebremussie's avatar Michael Ghebremussie
Browse files

Update Buffer.cs

parent 4ebfefec
No related branches found
No related tags found
No related merge requests found
...@@ -5,10 +5,6 @@ using System.Threading; ...@@ -5,10 +5,6 @@ using System.Threading;
namespace ConsoleApplication1 namespace ConsoleApplication1
{ {
/// <summary>
/// Creating a Class Buffer that contains a Queue that represent the "Parking lot".
/// The Queue is limited by the size that can manually be setted
/// </summary>
public class Buffer public class Buffer
{ {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment