1
mirror of https://github.com/sampletext32/ParkanPlayground.git synced 2025-12-10 16:21:20 +04:00
Files
parkan-playground/ParkanPlayground/ListMetadataItem.cs
bird_egop 08aec8f1f7 init
2024-11-14 12:04:05 +03:00

3 lines
131 B
C#

namespace ParkanPlayground;
public record ListMetadataItem(string ItemType, int ItemLength, string FileName, int OffsetInFile);