Persistate API documentation
Section Constructor (start, end)
NamespacesPersistate.UtilSectionSection(Int32, Int32)

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

Creates a Section with particular start and end indexes.
Declaration Syntax
C#
public Section(
	int start,
	int end
)
Parameters
start (Int32)
The index of the first element in the section.
end (Int32)
The index of the last element in the section.

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