Skip to content

Commit 1a9b982

Browse files
Numpsyjeremy-visionaid
authored andcommitted
Make PropertyIdentifierAndOffset internal
I think it should be treated as an implementation detail of the (already internal) PropertySet/PropertySetStream
1 parent 029bc49 commit 1a9b982

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

OpenMcdf.Ole/PropertyIdentifierAndOffset.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
namespace OpenMcdf.Ole;
22

3-
public class PropertyIdentifierAndOffset : IBinarySerializable
3+
internal sealed class PropertyIdentifierAndOffset : IBinarySerializable
44
{
55
public uint PropertyIdentifier { get; set; }
66
public uint Offset { get; set; }

0 commit comments

Comments
 (0)