Click or drag to resize
InjectableValues.AddValue Method
Add a value to be injected into the class during serialization

Namespace: MaxMind.Db
Assembly: MaxMind.Db (in MaxMind.Db.dll) Version: 2.2.0
Syntax
public void AddValue(
	string key,
	Object value
)

Parameters

key
Type: System.String
The key name as set with the InectAttribute used to determine where to inject the value.
value
Type: System.Object
The value to be injected.
See Also