SnapTypeCustomMethodsT Class

Provides custom methods for working with SnapTypeBase-derived types.

Definition

Namespace: SnapDB.Snap
Assembly: SnapDB (in SnapDB.dll) Version: 1.0.102.0 -- Release Build+29075351d0e5aa4dea46a5c520805222f672dc2e
public class SnapTypeCustomMethods<T>
where T : new(), SnapTypeBase<T>
Inheritance
Object    SnapTypeCustomMethodsT
Derived

Type Parameters

T
The SnapTypeBase-derived type.

Constructors

SnapTypeCustomMethodsTInitializes a new instance of the SnapTypeCustomMethodsT class

Methods

BinarySearch Performs a binary search within a memory block pointed to by pointer.
BinarySearch2 Performs a binary search within a memory block pointed to by pointer.
CompareTo(Byte*, T) Compares left to right.
CompareTo(T, Byte*) Compares left to right.
EqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
FinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
GetHashCodeServes as the default hash function.
(Inherited from Object)
GetTypeGets the Type of the current instance.
(Inherited from Object)
IsGreaterThan(Byte*, T) Gets if left is greater than right.
IsGreaterThan(T, Byte*) Gets if left is greater than or equal to right.
MemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
ToStringReturns a string that represents the current object.
(Inherited from Object)

Fields

LastFoundIndex The last found index.
TempKey A temporary key instance of type T.

See Also