PropertyStore.Create Method |
Name | Description | |
---|---|---|
![]() | Create<T>(Object) |
Gets a value from the property store with the specified key of a concrete type, and creates a new instance if it doesn't exist yet.
|
![]() | Create<T>(Object, Func<T>) |
Gets a value from the property store with the specified key of a concrete type, and creates a new instance if it doesn't exist yet.
|