Summary
Source cache convenience extensions.
- Namespace
- DynamicData
- Base Types
-
- object
graph BT
Type-->Base0["object"]
Type["SourceCacheEx"]
class Type type-node
Syntax
public static class SourceCacheEx
Methods
Name | Value | Summary |
---|---|---|
Cast |
IObservable |
Connects to the cache, and casts the object to the specified type
Alas, I had to add the converter due to type inference issues.
static
|
Extension Methods
Name | Value | Summary |
---|---|---|
Invoke |
object |
This is a thing I lifted from Prism.
|