queue capacity

This commit is contained in:
2019-05-23 20:01:12 +02:00
parent 978df544f9
commit bdb81512ca
@@ -31,6 +31,7 @@ namespace SystemExtensions.Collections
set
{
capacity = value;
///TO IMPLEMENT CREATION OF A NEW BUFFER
throw new NotImplementedException();
}
}