Persistate API documentation
UpTo Method (section)
NamespacesPersistate.UtilSectionUpTo(Section)

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

Obtains a section which denotes the elements from the start of this section up to the end of another section.
Declaration Syntax
C#
public Section UpTo(
	Section section
)
Parameters
section (Section)
The section providing the end point of the returned section.
Return Value
The new section with the combined values.

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