Fix CA1028 violation

This commit is contained in:
Oliver Booth 2022-11-29 16:18:14 +00:00
parent 2431a07a66
commit 3c5cecf3ff
No known key found for this signature in database
GPG Key ID: 32A00B35503AF634
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@
/// Provides options for <see cref="ComparableExtensions.Between{T1,T2,T3}" /> clusivity.
/// </summary>
[Flags]
public enum InclusiveOptions : byte
public enum InclusiveOptions
{
/// <summary>
/// Indicates that the comparison will be exclusive.