Delegate TryGetValueDelegate<T>
Namespace: Albatross.Expression
Assembly: Albatross.Expression.dll
Syntax
public delegate bool TryGetValueDelegate<T>(string name, T input, out object value);
Parameters
Type | Name | Description |
---|---|---|
System. |
name | |
T | input | |
System. |
value |
Returns
Type | Description |
---|---|
System. |
Type Parameters
Name | Description |
---|---|
T |