Closed JeongJiwon-Ruya closed 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.
Observablequeue.TryPeek([MaybeNullWhen(false)] T result)
TryPeek(out T result)
oh, thanks!
Contents of the
Observablequeue.TryPeek([MaybeNullWhen(false)] T result)
function and how to use the basicTryPeek(out T result)
function of C#, I thought it was a typo without the out keyword, so added the keyword in TryPeek function.