Class TypeAnnotation
Inheritance
System.Object
TypeAnnotation
Assembly: Netezos.dll
Syntax
public class TypeAnnotation : object, IAnnotation
Constructors
|
Improve this Doc
View Source
TypeAnnotation(String)
Declaration
public TypeAnnotation(string value)
Parameters
Type |
Name |
Description |
System.String |
value |
|
Fields
|
Improve this Doc
View Source
Prefix
Declaration
public const char Prefix = null
Field Value
Type |
Description |
System.Char |
|
Properties
|
Improve this Doc
View Source
Type
Declaration
public AnnotationType Type { get; }
Property Value
|
Improve this Doc
View Source
Value
Declaration
public string Value { get; set; }
Property Value
Type |
Description |
System.String |
|
Methods
|
Improve this Doc
View Source
ToString()
Declaration
public override string ToString()
Returns
Type |
Description |
System.String |
|
Implements