mirror of
https://github.com/AlexMacocian/SystemExtensions.git
synced 2026-07-15 14:19:29 +00:00
Circular queue implementation WIP
This commit is contained in:
@@ -30,7 +30,8 @@ namespace SystemExtensions.Collections
|
||||
public int Capacity { get => capacity;
|
||||
set
|
||||
{
|
||||
|
||||
capacity = value;
|
||||
throw new NotImplementedException();
|
||||
}
|
||||
}
|
||||
#endregion
|
||||
|
||||
Reference in New Issue
Block a user