Cysharp / ObservableCollections

High performance observable collections and synchronized views, for WPF, Blazor, Unity.
MIT License
602 stars 46 forks source link

Add 'out' keyword in ObservableQueue.TryPeek method #57

Closed JeongJiwon-Ruya closed 3 months ago

JeongJiwon-Ruya commented 3 months ago

Contents of the Observablequeue.TryPeek([MaybeNullWhen(false)] T result) function and how to use the basic TryPeek(out T result) function of C#, I thought it was a typo without the out keyword, so added the keyword in TryPeek function.

neuecc commented 3 months ago

oh, thanks!