Click or drag to resize
IndexRangeOffset Method (DictionaryIndexRange, Int32)

Note: This API is now obsolete.

Obsolete

Namespace: Candlelight
Assembly: Assembly-CSharp-firstpass (in Assembly-CSharp-firstpass.dll) Version: 0.0.0.0
Syntax
C#
[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