mirror of
https://github.com/oliverbooth/X10D
synced 2024-11-10 05:15:43 +00:00
Fix CA1028 violation
This commit is contained in:
parent
2431a07a66
commit
3c5cecf3ff
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user