LRU<K, T>.Node<L>.Key Property |
Get the unique key of this node.
Namespace:
Apptus.Util.Collection
Assembly:
Apptus.Esales.ConnectorApi (in Apptus.Esales.ConnectorApi.dll) Version: 4.4.0
Syntaxpublic abstract K Key { get; }
Property Value
Type:
K
See Also