Thank you for helping us improve the quality of Unity Documentation. Although we cannot accept all submissions, we do read each suggested change from our users and will make updates where applicable.
CloseFor some reason your suggested change could not be submitted. Please <a>try again</a> in a few minutes. And thank you for taking the time to help us improve the quality of Unity Documentation.
Closetype | The container type to resolve the property bag for. |
IPropertyBag The resolved property bag.
Gets an interface to the PropertyBag_1 for the given type.
The returned IPropertyBag can be used to get the strongly typed generic using the IPropertyBagAccept interface method.
IPropertyBag<TContainer> The resolved property bag, strongly typed.
Gets the strongly typed PropertyBag_1 for the given <typeparamref name="TContainer" />.