| Name | Description |
---|
| TryGetValueT(PropertyKeyT, T) |
Tries to get a specific property value. The bags are search for the property, starting from the topmost bag and iterating to the bag at the bottom.
|
| TryGetValueT(PropertyKeyT, T, IPropertyBag, PropertyBagInformation) |
Tries to get a specific property value. The bags are search for the property, starting from the topmost bag and iterating to the bag at the bottom.
|
| TryGetValueT(String, T, IPropertyBag, PropertyBagInformation) |
Tries to get a specific property value. The bags are search for the property, starting from the topmost bag and iterating to the bag at the bottom.
|
| TryGetValueT(String, Boolean, T, IPropertyBag, PropertyBagInformation) |
Tries to get a specific property value. The bags are search for the property, starting from the topmost bag and iterating to the bag at the bottom.
|