CacheNode<TKey,TValue> Constructor
In This Topic
Initializes a new instance of the CacheNode class
Syntax
'Declaration
Public Function New( _
ByVal As , _
ByVal As _
)
public CacheNode<TKey,TValue>(
,
)
Parameters
- key
- The cache item key.
- value
- The cache item balue.
See Also