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.4.0
Syntax public void AddValue(
string key,
Object value
)
Public Sub AddValue (
key As String,
value As Object
)
public:
void AddValue(
String^ key,
Object^ value
)
member AddValue :
key : string *
value : Object -> unit
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