1
mirror of https://github.com/sampletext32/ParkanPlayground.git synced 2025-12-10 16:21:20 +04:00
Files
parkan-playground/ParkanPlayground/ListMetadataItem.cs

3 lines
131 B
C#
Raw Normal View History

2024-11-14 12:04:05 +03:00
namespace ParkanPlayground;
public record ListMetadataItem(string ItemType, int ItemLength, string FileName, int OffsetInFile);