IntCollection   Conversion (IntCollection to Int32)

Cast the int Collection to an int Array.

Definition

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

Parameters

value  IntCollection
The Value to cast.

Return Value

Int32
Converted Value.

See Also