diff --git a/SystemExtensions/Collections/CircularQueue.cs b/SystemExtensions/Collections/CircularQueue.cs index e72a999..4380d97 100644 --- a/SystemExtensions/Collections/CircularQueue.cs +++ b/SystemExtensions/Collections/CircularQueue.cs @@ -31,6 +31,7 @@ namespace SystemExtensions.Collections set { capacity = value; + ///TO IMPLEMENT CREATION OF A NEW BUFFER throw new NotImplementedException(); } }