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

Interface ISyntaxConverter

Namespace: GraphZen.TypeSystem
Assembly: GraphZen.TypeSystem.dll
Syntax
public interface ISyntaxConverter

Properties

CanRead

Declaration
bool CanRead { get; }
Property Value
Type Description
Boolean

CanWrite

Declaration
bool CanWrite { get; }
Property Value
Type Description
Boolean

Methods

FromSyntax(SyntaxNode)

Declaration
object FromSyntax(SyntaxNode node)
Parameters
Type Name Description
SyntaxNode node
Returns
Type Description
Object

ToSyntax(Object)

Declaration
SyntaxNode ToSyntax(object value)
Parameters
Type Name Description
Object value
Returns
Type Description
SyntaxNode
Back to top Copyright © 2017-2019 GraphZen LLC