Struct AssetFile
public readonly record struct AssetFile : IEquatable<AssetFile>
- Implements
- Inherited Members
Constructors
AssetFile(string, long)
public AssetFile(string Path, long Length)
Parameters
Properties
Length
public long Length { get; init; }
Property Value
Path
public string Path { get; init; }