Search Results for

    Show / Hide Table of Contents

    Struct TaggedRelease

    An asset containing all information about a tagged release.

    Inherited Members
    System.ValueType.Equals(System.Object)
    System.ValueType.GetHashCode()
    System.ValueType.ToString()
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetType()
    Namespace: Exiled.Loader.Models
    Assembly: Exiled.Loader.dll
    Syntax
    public readonly struct TaggedRelease

    Constructors

    | Improve this Doc View Source

    TaggedRelease(Release)

    Initializes a new instance of the TaggedRelease struct.

    Declaration
    public TaggedRelease(Release release)
    Parameters
    Type Name Description
    Release release

    Fields

    | Improve this Doc View Source

    Release

    The release.

    Declaration
    public readonly Release Release
    Field Value
    Type Description
    Release
    | Improve this Doc View Source

    Version

    The asset of the release.

    Declaration
    public readonly Version Version
    Field Value
    Type Description
    Version

    Extension Methods

    ReflectionExtensions.CopyProperties(Object, Object)
    • Improve this Doc
    • View Source
    In This Article
    Back to top Generated by DocFX