add out keyword
This commit is contained in:
parent
a7d6e51831
commit
9b2d05798b
@ -171,7 +171,7 @@ namespace ObservableCollections
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
public bool TryPeek([MaybeNullWhen(false)] T result)
|
public bool TryPeek([MaybeNullWhen(false)] out T result)
|
||||||
{
|
{
|
||||||
lock (SyncRoot)
|
lock (SyncRoot)
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user