Table of Contents

Class AxolotlPackageContent

Namespace
Axolotl2D.Packages
Assembly
Axolotl2D.dll

One streaming input used when writing a package.

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

Constructors

AxolotlPackageContent(string, string, string)

One streaming input used when writing a package.

public AxolotlPackageContent(string Name, string ContentType, string Path)

Parameters

Name string
ContentType string
Path string

Properties

ContentType

public string ContentType { get; init; }

Property Value

string

Name

public string Name { get; init; }

Property Value

string

Path

public string Path { get; init; }

Property Value

string