IntCollection   Conversion (Int32 to IntCollection)

Cast the int Array to an int Collection.

Definition

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

Parameters

value  Int32
The Value to cast.

Return Value

IntCollection
Converted Value.

See Also