ValueExpressionParser<T>.CreateInstance Method

Overload List

CreateInstance(IEnumerable<PropertyInfo>, TypeRegistry) Generates a delegate that will create new instance of type T applying any specified DefaultValueAttribute or DefaultValueExpressionAttribute instances that are declared on the type T properties.
CreateInstance<TExpressionScope>(IEnumerable<PropertyInfo>, TypeRegistry) Generates a delegate that will create new instance of type T accepting a contextual IValueExpressionScope<T> object parameter applying any specified DefaultValueAttribute or DefaultValueExpressionAttribute instances that are declared on the type T properties.

See Also