public class SnapTypeCustomMethods<T>
where T : new(), SnapTypeBase<T>
Public Class SnapTypeCustomMethods(Of T As {New, SnapTypeBase(Of T)})generic<typename T>
where T : gcnew(), SnapTypeBase<T>
public ref class SnapTypeCustomMethods| SnapTypeCustomMethodsT | Initializes a new instance of the SnapTypeCustomMethodsT class |
| 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. |
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object) |
| GetHashCode | Serves as the default hash function. (Inherited from Object) |
| GetType | Gets 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. |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) |
| ToString | Returns a string that represents the current object. (Inherited from Object) |
| LastFoundIndex | The last found index. |
| TempKey | A temporary key instance of type T. |