Click or drag to resize
InjectableValues Class
Values to be injected into classes during deserialization.
Inheritance Hierarchy
SystemObject
  MaxMind.DbInjectableValues

Namespace: MaxMind.Db
Assembly: MaxMind.Db (in MaxMind.Db.dll) Version: 2.2.0
Syntax
public sealed class InjectableValues

The InjectableValues type exposes the following members.

Constructors
  NameDescription
Public methodInjectableValues
Initializes a new instance of the InjectableValues class
Top
Methods
  NameDescription
Public methodAddValue
Add a value to be injected into the class during serialization
Public methodEquals
Determines whether the specified object is equal to the current object.
(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.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also