Skip to content

Commit

Permalink
Make PropertyDimensions internal
Browse files Browse the repository at this point in the history
Another small thing where all the usages are internal now
  • Loading branch information
Numpsy authored and jeremy-visionaid committed Nov 20, 2024
1 parent 04be789 commit 6f4d31f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion OpenMcdf.Ole/ITypedPropertyValue.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
namespace OpenMcdf.Ole;

public enum PropertyDimensions
internal enum PropertyDimensions
{
IsScalar,
IsVector,
Expand Down

0 comments on commit 6f4d31f

Please sign in to comment.