'Declaration Sub SetValue( _ ByVal id As CalcLocalIdentity, _ ByVal value As Object _ )
'Usage Dim instance As ICalcSource Dim id As CalcLocalIdentity Dim value As Object instance.SetValue(id, value)
void SetValue( CalcLocalIdentity id, object value )
Parameters
- id
- The id.
- value
- The value.