Skip to content

Commit

Permalink
Make PropertyIdentifierAndOffset internal
Browse files Browse the repository at this point in the history
I think it should be treated as an implementation detail of the (already internal) PropertySet/PropertySetStream
  • Loading branch information
Numpsy authored and jeremy-visionaid committed Nov 19, 2024
1 parent 029bc49 commit 1a9b982
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion OpenMcdf.Ole/PropertyIdentifierAndOffset.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
namespace OpenMcdf.Ole;

public class PropertyIdentifierAndOffset : IBinarySerializable
internal sealed class PropertyIdentifierAndOffset : IBinarySerializable
{
public uint PropertyIdentifier { get; set; }
public uint Offset { get; set; }
Expand Down

0 comments on commit 1a9b982

Please sign in to comment.