Method TryGetExtendedPropertyValue
TryGetExtendedPropertyValue<TProperty>(String, out TProperty)
Try to get a value from the container
Declaration
public bool TryGetExtendedPropertyValue<TProperty>(string id, out TProperty value)
Parameters
public bool TryGetExtendedPropertyValue<TProperty>(string id, out TProperty value)
String | id | id of the value to retrieve |
TProperty | value |
Returns
Boolean | true if the item was found and it's type matches |
Type Parameters
TProperty |