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

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