File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 806806 * Note: No-op on older targets; the BCL grows the backing storage.
807807 * ` void TrimExcess<T>(int) ` [ reference] ( https://learn.microsoft.com/en-us/dotnet/api/system.collections.generic.queue-1.trimexcess?view=net-11.0#system-collections-generic-queue-1-trimexcess(system-int32) )
808808 * Note: No-op on older targets; the BCL shrinks the backing storage.
809- * ` bool TryPeek<T>(T) ` [ reference] ( https://learn.microsoft.com/en-us/dotnet/api/system.collections.generic.queue-1.trypeek?view=net-11.0 )
810809 * ` bool TryDequeue<T>(T) ` [ reference] ( https://learn.microsoft.com/en-us/dotnet/api/system.collections.generic.queue-1.trydequeue?view=net-11.0 )
810+ * ` bool TryPeek<T>(T) ` [ reference] ( https://learn.microsoft.com/en-us/dotnet/api/system.collections.generic.queue-1.trypeek?view=net-11.0 )
811811
812812
813813#### Random
You can’t perform that action at this time.
0 commit comments