Пример #1
0
 /// <summary>
 /// Peeks at the collection to see if there's an item to take without waiting
 /// </summary>
 /// <returns>True if there's an item to take, otherwise False</returns>
 public bool TryPeek() => _UsedSlots.TryPeekDecrement();