TryGetProperty method
bool
TryGetProperty(
- PropertyDefinitionBase propertyDefinition,
- OutParam<
Object> propertyValueOutParam
Implementation
bool TryGetProperty(PropertyDefinitionBase propertyDefinition,
OutParam<Object> propertyValueOutParam) {
return this.TryGetPropertyGeneric<Object>(
propertyDefinition, propertyValueOutParam);
}