Show / Hide Table of Contents

    Interface ICustomSerializableData

    Namespace: AGS.API
    Assembly: AGS.API.dll
    Syntax
    public interface ICustomSerializableData

    Properties

    | Improve this Doc View Source

    Content

    Declaration
    string Content { get; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    Type

    Type must implement ICustomSerializable

    Declaration
    Type Type { get; }
    Property Value
    Type Description
    System.Type

    The type.

    • Improve this Doc
    • View Source
    Back to top Generated by DocFX