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

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

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

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