getGenericValue<T> method
Returns the current value for a property.
If the property has not been set, the default value will be returned.
Implementation
@protected
T getGenericValue<T>(PropertyInfo propertyInfo) {
return _fieldManager.getGenericValue<T>(propertyInfo);
}