GraphZen
  • Home
  • Blog
  • Documentation
  • API
  • Get Started
Show / Hide Table of Contents

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
TValueNode valueNode
Returns
Type Description
GraphZen.Internal.Maybe<TScalar>
Type Parameters
Name Description
TScalar
TValueNode
Back to top Copyright © 2017-2019 GraphZen LLC