1
0
mirror of https://github.com/oliverbooth/X10D synced 2024-11-10 05:15:43 +00:00

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

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.