Interface IDataReader<TKey, TValue>
Assembly: Alachisoft.NCache.Runtime.dll
Syntax
public interface IDataReader<TKey, TValue> : IDisposable
Type Parameters
Name | Description |
---|---|
TKey | |
TValue |
Properties
Current
Declaration
KeyValuePair<TKey, TValue> Current { get; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.KeyValuePair<TKey, TValue> |
Methods
MoveNext()
Declaration
bool MoveNext()
Returns
Type | Description |
---|---|
System.Boolean |
Reset()
Declaration
void Reset()