From bafb6c84e346b8139fd2775812036a5b5666bfec Mon Sep 17 00:00:00 2001 From: Richard Webb Date: Tue, 19 Nov 2024 22:04:40 +0000 Subject: [PATCH] Seal PropertyContext --- OpenMcdf.Ole/PropertyContext.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/OpenMcdf.Ole/PropertyContext.cs b/OpenMcdf.Ole/PropertyContext.cs index abbe0a2d..e426a186 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; }