Persistate API documentation
From<(Of <(<'T>)>)> Method (input)
NamespacesPersistate.UtilSectionFrom<(Of <<'(T>)>>)(array<T>[]()[][])

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

Copies those elements of an array denoted by this section.
Declaration Syntax
C#
public T[] From<T>(
	T[] input
)
Generic Template Parameters
T
The type of elements in the input and returned arrays
Parameters
input (array<T>[]()[][])
The array to copy elements from.
Return Value
A new array containing the copied elements.
Exceptions
ExceptionCondition
ArgumentExceptionThe supplied input array does not fully contain this Section.

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