Skip to content

Commit f7661fe

Browse files
committed
Seal PropertyContext
1 parent 532b8b8 commit f7661fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

OpenMcdf.Ole/PropertyContext.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ public enum Behavior
66
CaseInsensitive
77
}
88

9-
public class PropertyContext
9+
public sealed class PropertyContext
1010
{
1111
public int CodePage { get; set; }
1212
public Behavior Behavior { get; set; }

0 commit comments

Comments
 (0)