Namespace Libplanet.Common
Classes
ArrayEqualityComparer<T>
An System.Collections.Generic.IEqualityComparer<T> implementation to compare two arrays of the same element type. This compares the elements in the order of the array.
The way to compare each element can be customized by specifying the ElementComparer.
ByteArrayExtensions
This extension class enables some convenient methods to deal with byte array.
ByteUtil
Utility methods to deal with System.Byte arrays.
FixedSizedQueue<T>
Equivalent to System.Collections.Concurrent.ConcurrentQueue<T>, except this does not accept more than the specified maximum size.
HashDigestExtensions
Augments types to have some shortcut methods dealing with HashDigest<T> values.
NameValueCollectionExtensions
Useful extension methods for System.Collections.Specialized.NameValueCollection.
TimeSpanExtensions
Structs
HashDigest<T>
A value type to represent digest bytes determined by a
System.Security.Cryptography.HashAlgorithm. For more type safety, it takes
a type parameter T
of
System.Security.Cryptography.HashAlgorithm.