ObjectCollection Conversion (ObjectCollection to Object)
Cast the Object Collection instance to an Object Array.
Namespace: HtmlAssembly: Html (in Html.dll) Version: 25.2822.3845
public static implicit operator Object[] (
ObjectCollection value
)
Public Shared Widening Operator CType (
value As ObjectCollection
) As Object()
No code example is currently available or this language may not be supported.
- value ObjectCollection
-
The Value to cast.
Object
Converted Value.