Improvement to navigation regions
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
namespace Toolkit.Foundation;
|
||||
|
||||
public interface INavigationRegionProvider
|
||||
{
|
||||
object? Get(object key);
|
||||
|
||||
bool TryGet(object key,
|
||||
out object? value);
|
||||
}
|
||||
Reference in New Issue
Block a user