Delegate BackwardCompatibilityContext.ParserDelegate
Converts a value to an object. This delegate is met by the IValueParser implementations
Assembly: Xareus.Scenarios.dll
Syntax
public delegate object BackwardCompatibilityContext.ParserDelegate(object value, object context)
Parameters
Type |
Name |
Description |
object |
value |
Converts a value to an object. This delegate is met by the IValueParser implementations |
object |
context |
Converts a value to an object. This delegate is met by the IValueParser implementations |
Returns
Type |
Description |
object |
Converts a value to an object. This delegate is met by the IValueParser implementations |
See Also