Search Results for

    Show / Hide Table of Contents

    Class Author

    author

    Inheritance
    object
    Author
    Implements
    IHasVersion
    IEquatable<Author>
    Namespace: LibSasara.Model.Serialize
    Assembly: LibSasara.dll
    Syntax
    public record Author : IHasVersion, IEquatable<Author>

    Properties

    Version

    バージョン

    Declaration
    public Version? Version { get; set; }
    Property Value
    Type Description
    Version

    VersionString

    バージョン

    Declaration
    public string? VersionString { get; set; }
    Property Value
    Type Description
    string

    Implements

    IHasVersion
    IEquatable<T>
    In this article
    Back to top LibSasara