Skip to content

Commit 2abb362

Browse files
authored
Change ulong to long for CLS Compliance
Signed-off-by: Xen <lordofxen@deskasoft.com>
1 parent 2db0c8d commit 2abb362

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

HashifyNet/Algorithms/MetroHash/IMetroHashConfig.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,6 @@ public interface IMetroHashConfig : IHashConfig<IMetroHashConfig>
4646
/// <value>
4747
/// The seed value.
4848
/// </value>
49-
ulong Seed { get; }
49+
long Seed { get; }
5050
}
51-
}
51+
}

0 commit comments

Comments
 (0)