Show / Hide Table of Contents

Namespace Libplanet.Common

Classes

ArrayEqualityComparer<T>

An 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 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 NameValueCollection.

TimeSpanExtensions

Structs

HashDigest<T>

A value type to represent digest bytes determined by a HashAlgorithm. For more type safety, it takes a type parameter T of HashAlgorithm.

Nonce

An arbitrary System.Bytes that is used as salt for deriving from its content.

In This Article
Back to top Copyright © 2018–2023 Planetarium