ObjectCollection   Conversion (ObjectCollection to Object)

Cast the Object Collection instance to an Object Array.

Definition

Namespace: Html
Assembly: Html (in Html.dll) Version: 25.2822.3845
C#
public static implicit operator Object[] (
	ObjectCollection value
)

Parameters

value  ObjectCollection
The Value to cast.

Return Value

Object
Converted Value.

See Also