public class InsertStreamHelper<TKey, TValue>
where TKey : new(), SnapTypeBase<TKey>
where TValue : new(), SnapTypeBase<TValue>
Public Class InsertStreamHelper(Of TKey As {New, SnapTypeBase(Of TKey)}, TValue As {New, SnapTypeBase(Of TValue)})generic<typename TKey, typename TValue>
where TKey : gcnew(), SnapTypeBase<TKey>
where TValue : gcnew(), SnapTypeBase<TValue>
public ref class InsertStreamHelper| InsertStreamHelperTKey, TValue | Initializes a new instance of the InsertStreamHelperTKey, TValue class. |
| Key | Gets the current key. |
| PrevKey | Gets the previous key. |
| PrevValue | Gets the previous value. |
| Value | Gets the current value. |
| 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) |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) |
| Next | Advances to the next key-value pair. |
| NextDoNotCheckSequential | Advances to the next key-value pair without checking for sequential order. |
| ToString | Returns a string that represents the current object. (Inherited from Object) |
| IsKvp1 | Gets or sets a value indicating whether the current operation involves Key-Value Pair 1 (KVP1). |
| IsStillSequential | Gets or sets a value indicating whether the stream is still sequential. |
| IsValid | Gets or sets a value indicating whether the current state is valid. |
| Key1 | Gets or sets the first key. |
| Key2 | Gets or sets the second key. |
| Stream | Gets or sets the tree stream for insertion. |
| Value1 | Gets or sets the first value. |
| Value2 | Gets or sets the second value. |