AI Dev Kit
Search Results for

    Show / Hide Table of Contents

    Class SerializedTextContent

    Inheritance
    object
    SerializedContent<string>
    SerializedTextContent
    Implements
    ISerializedContent
    Inherited Members
    SerializedContent<string>.purpose
    SerializedContent<string>.content
    SerializedContent<string>.Purpose
    SerializedContent<string>.Value
    SerializedContent<string>.IsNull
    Namespace: Glitch9.AIDevKit
    Assembly: .dll
    Syntax
    [Serializable]
    public class SerializedTextContent : SerializedContent<string>, ISerializedContent

    Constructors

    SerializedTextContent(string)

    Declaration
    public SerializedTextContent(string content)
    Parameters
    Type Name Description
    string content

    Operators

    implicit operator string(SerializedTextContent)

    Declaration
    public static implicit operator string(SerializedTextContent value)
    Parameters
    Type Name Description
    SerializedTextContent value
    Returns
    Type Description
    string

    implicit operator SerializedTextContent(string)

    Declaration
    public static implicit operator SerializedTextContent(string value)
    Parameters
    Type Name Description
    string value
    Returns
    Type Description
    SerializedTextContent

    Implements

    ISerializedContent
    In this article
    Back to top Generated by DocFX