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