Add Seek method to IReadOnlyFilesystem.

This commit is contained in:
2022-12-19 00:38:54 +00:00
parent 7e0dc0a251
commit 0f1876ef64
10 changed files with 10 additions and 10 deletions

View File

@@ -85,6 +85,6 @@ public sealed partial class PascalPlugin
/// <inheritdoc />
public long Length { get; init; }
/// <inheritdoc />
public long Offset { get; init; }
public long Offset { get; set; }
}
}