ObjectCollection   Conversion (ObjectCollection to Int32)

Cast the Object Collection instance to an Integer Array.

Definition

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

Parameters

value  ObjectCollection
The Value to cast.

Return Value

Int32
Converted Value.

See Also