Base typed interface for implementing property bags.
| Description | |
|---|---|
| Accept | Call this method to invoke IPropertyBagVisitor.Visit_1 with the strongly typed container. | 
| CreateInstance | Creates and returns a new instance of TContainer. | 
| GetProperties | Returns an enumerator that iterates through all static properties for the type. | 
| TryCreateInstance | Tries to create a new instance of TContainer. |