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 TElement[] (
	Collection<TElement> collection
)
Visual Basic
Public Shared Widening Operator CType ( _
	collection As Collection(Of TElement) _
) As TElement()

Parameters

collection
Type: TallComponents.Interaction..::..Collection<(Of <(<'TElement>)>)>

[Missing <param name="collection"/> documentation for "M:TallComponents.Interaction.Collection`1.op_Implicit(TallComponents.Interaction.Collection{`0})~`0[]"]

See Also