Table of Contents

Class AxolotlPackageDependency

Namespace
Axolotl2D.Packages
Assembly
Axolotl2D.dll

A required module ID and exact version.

public sealed record AxolotlPackageDependency : IEquatable<AxolotlPackageDependency>
Inheritance
AxolotlPackageDependency
Implements
Inherited Members

Constructors

AxolotlPackageDependency(string, string)

A required module ID and exact version.

public AxolotlPackageDependency(string Id, string Version)

Parameters

Id string

The required package ID.

Version string

The exact required version.

Properties

Id

The required package ID.

public string Id { get; init; }

Property Value

string

Version

The exact required version.

public string Version { get; init; }

Property Value

string