Skip to content

Commit

Permalink
Seal PropertyContext
Browse files Browse the repository at this point in the history
  • Loading branch information
Numpsy authored and jeremy-visionaid committed Nov 20, 2024
1 parent 6f4d31f commit bafb6c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion OpenMcdf.Ole/PropertyContext.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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; }
Expand Down

0 comments on commit bafb6c8

Please sign in to comment.