Provides implicit conversion from TElement[].
Namespace: TallComponents.InteractionAssembly: TallComponents.PDF.Controls.WinForms (in TallComponents.PDF.Controls.WinForms.dll) Version: 2.0.46.0
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.