mirror of
https://github.com/sampletext32/ParkanPlayground.git
synced 2025-12-10 16:21:20 +04:00
3 lines
131 B
C#
3 lines
131 B
C#
|
|
namespace ParkanPlayground;
|
|||
|
|
|
|||
|
|
public record ListMetadataItem(string ItemType, int ItemLength, string FileName, int OffsetInFile);
|