Summary
Extension methods associated with the IMutableDependencyResolver interface.
- Namespace
- Sextant
.Avalonia - Base Types
-
- object
graph BT
Type-->Base0["object"]
Type["DependencyResolverMixins"]
class Type type-node
Syntax
public static class DependencyResolverMixins
Methods
Name | Value | Summary |
---|---|---|
GetNavigationView |
IView |
Resolves navigation view from a dependency resolver.
static
|
Register |
I |
Registers a navigation view into the container.
static
|
Extension Methods
Name | Value | Summary |
---|---|---|
Invoke |
object |
This is a thing I lifted from Prism.
|