Click or drag to resize

InjectableValuesAddValue Method

Add a value to be injected into the class during serialization

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

Parameters

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