Skip to content

Commit 2ee1caa

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

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

HashifyNet/Algorithms/XxHash/IXxHashConfig.cs

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ public interface IXxHashConfig : IHashConfig<IXxHashConfig>
3838
/// Gets the seed value used to populate the secret key.
3939
/// <para>If not specified, defaults to 0, which means the default secret key will be used.</para>
4040
/// </summary>
41-
ulong Seed { get; }
41+
long Seed { get; }
4242
}
43-
}
43+
44+
}

0 commit comments

Comments
 (0)