Delegate LeafValueParser<TScalar>
Namespace: GraphZen.TypeSystem
Assembly: GraphZen.TypeSystem.dll
Syntax
public delegate Maybe<TScalar> LeafValueParser<TScalar>(object value);
Parameters
| Type | Name | Description |
|---|---|---|
| Object | value |
Returns
| Type | Description |
|---|---|
| Graph |
Type Parameters
| Name | Description |
|---|---|
| TScalar |