diff --git a/OpenMcdf.Ole/PropertyContext.cs b/OpenMcdf.Ole/PropertyContext.cs index abbe0a2..e426a18 100644 --- a/OpenMcdf.Ole/PropertyContext.cs +++ b/OpenMcdf.Ole/PropertyContext.cs @@ -6,7 +6,7 @@ public enum Behavior CaseInsensitive } -public class PropertyContext +public sealed class PropertyContext { public int CodePage { get; set; } public Behavior Behavior { get; set; }