Persistate API documentation
ShiftedBy Method (amount)
NamespacesPersistate.UtilSectionShiftedBy(Int32)

[This is preliminary documentation and is subject to change.]

Creates a new Section which is this section shifted forwards or backwards by a given amount. The amount is added to both Start and End.
Declaration Syntax
C#
public Section ShiftedBy(
	int amount
)
Parameters
amount (Int32)
The amount to shift forwards (if positive) or backwards (if negative).
Return Value
A new section shifted by the given amount.

Assembly: Persistate.Util (Module: Persistate.Util) Version: 0.6.1.20 (0.6.1.20)