Click or drag to resize

CacheTKey, TValue Class

Inheritance Hierarchy
SystemObject
  Lextm.SharpSnmpLib.SecurityCacheTKey, TValue

Namespace:  Lextm.SharpSnmpLib.Security
Assembly:  SharpSnmpLib (in SharpSnmpLib.dll) Version: 12.4.0+601762d0e653a71ebb69af963204dfbfb6c26b74
Syntax
public class Cache<TKey, TValue>

Type Parameters

TKey
TValue

The CacheTKey, TValue type exposes the following members.

Constructors
  NameDescription
Public methodCacheTKey, TValue
Initializes a new instance of the CacheTKey, TValue class
Top
Properties
  NameDescription
Public propertyCount
Public propertyItem
Top
Methods
  NameDescription
Public methodAdd
Public methodContainsKey
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Public methodTryGetValue
Top
See Also