tidy
This commit is contained in:
@@ -4,6 +4,6 @@ public interface INavigationContextProvider
|
||||
{
|
||||
object? Get(object key);
|
||||
|
||||
bool TryGet(object key,
|
||||
bool TryGet(object key,
|
||||
out object? value);
|
||||
}
|
||||
Reference in New Issue
Block a user