Skip to content

Commit

Permalink
Fix hiding inherited member (CS0108)
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremy-visionaid committed Sep 20, 2024
1 parent 8d96f91 commit 501499a
Showing 1 changed file with 1 addition and 5 deletions.
Original file line number Diff line number Diff line change
@@ -1,10 +1,6 @@
using System.IO;

namespace OpenMcdf.Extensions.OLEProperties.Interfaces
namespace OpenMcdf.Extensions.OLEProperties.Interfaces
{
public interface IDictionaryProperty : IProperty
{
void Read(BinaryReader br);
void Write(BinaryWriter bw);
}
}

0 comments on commit 501499a

Please sign in to comment.