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 |
|---|---|---|
| Syntax |
node |
Returns
| Type | Description |
|---|---|
| Object |
ToSyntax(Object)
Declaration
SyntaxNode ToSyntax(object value)
Parameters
| Type | Name | Description |
|---|---|---|
| Object | value |
Returns
| Type | Description |
|---|---|
| Syntax |