Provides implicit conversion from TElement[].

Namespace: TallComponents.Interaction
Assembly: TallComponents.PDF.Controls.WinForms (in TallComponents.PDF.Controls.WinForms.dll) Version: 2.0.43.1

Syntax

C#
public static implicit operator Collection<TElement> (
	TElement[] values
)
Visual Basic
Public Shared Widening Operator CType ( _
	values As TElement() _
) As Collection(Of TElement)

Parameters

values
Type: array<TElement>[]()[][]
The values that will be implicitly converted.

Return Value

A new collection that has the same values as the provided ones.

See Also