[Symbian Installation File] Implement GetNumberOfEntries().

This commit is contained in:
2023-10-07 17:52:48 +01:00
parent f36a7235c1
commit 0ad524da75
2 changed files with 43 additions and 3 deletions

View File

@@ -45,9 +45,6 @@ public sealed partial class Symbian
{
#region IArchive Members
/// <inheritdoc />
public int GetNumberOfEntries() => throw new NotImplementedException();
/// <inheritdoc />
public string GetFilename(int entryNumber) => throw new NotImplementedException();