Search Results for

    Show / Hide Table of Contents

    Class TypeAnnotation

    Inheritance
    System.Object
    TypeAnnotation
    Implements
    IAnnotation
    Namespace: Netezos.Encoding
    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
    Type Description
    AnnotationType
    | 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

    IAnnotation
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © Baking Bad