From 6f4d31fd7035e344c08c1afa17fb9e2e23aac4e2 Mon Sep 17 00:00:00 2001 From: Richard Webb Date: Tue, 19 Nov 2024 21:58:56 +0000 Subject: [PATCH] Make PropertyDimensions internal Another small thing where all the usages are internal now --- OpenMcdf.Ole/ITypedPropertyValue.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/OpenMcdf.Ole/ITypedPropertyValue.cs b/OpenMcdf.Ole/ITypedPropertyValue.cs index a2d0039..09855ab 100644 --- a/OpenMcdf.Ole/ITypedPropertyValue.cs +++ b/OpenMcdf.Ole/ITypedPropertyValue.cs @@ -1,6 +1,6 @@ namespace OpenMcdf.Ole; -public enum PropertyDimensions +internal enum PropertyDimensions { IsScalar, IsVector,