INetworkDataTAddValue Method |
Name | Description | |
---|---|---|
AddValue(String, T) |
Add value at the given node
| |
AddValue(ILocation, T) |
Add value at the given location
| |
AddValue(ILocationSpan, T) |
Add value in a location span.
this corresponds to calling AddValue(ILocation, T) for the start and end location of the span. |