Delegate LeafLiteralParser<TScalar, TValueNode>
Namespace: GraphZen.TypeSystem
Assembly: GraphZen.TypeSystem.dll
Syntax
public delegate Maybe<TScalar> LeafLiteralParser<TScalar, in TValueNode>(TValueNode valueNode)
where TValueNode : ValueSyntax;
Parameters
| Type | Name | Description |
|---|---|---|
| TValue |
valueNode |
Returns
| Type | Description |
|---|---|
| Graph |
Type Parameters
| Name | Description |
|---|---|
| TScalar | |
| TValueNode |