 | IndexRangeOffset Method (DictionaryIndexRange, Int32) |
Note: This API is now obsolete.
Obsolete
Namespace: CandlelightAssembly: Assembly-CSharp-firstpass (in Assembly-CSharp-firstpass.dll) Version: 0.0.0.0
Syntax[ObsoleteAttribute("Use IndexRange.Offset(IndexRange, int)")]
public void Offset(
Dictionary<IndexRange, int> deltaValues
)Parameters
- deltaValues
- Type: System.Collections.GenericDictionaryIndexRange, Int32
A collection delta values for each interval in the old range.
See Also