ExtensionsReflectionGetPropertyValueT Method (Object, String, BindingFlags) |
Namespace: Cauldron
public static T GetPropertyValue<T>( this Object obj, string propertyName, BindingFlags bindingFlags )
| Exception | Condition |
|---|---|
| ArgumentNullException | obj is null |
| NullReferenceException | The property defined by propertyName was not found |