Operator allowing explicit conversion from Oid class to integer array int[]

Namespace:  SnmpSharpNet
Assembly:  SnmpSharpNet (in SnmpSharpNet.dll) Version: 0.5.0.0 (0.5.0.0)

Syntax

         
 C#  Visual Basic  Visual C++ 
public static explicit operator int[] (
	Oid oid
)
Public Shared Narrowing Operator CType ( _
	oid As Oid _
) As Integer()
static explicit operator array<int>^ (
	Oid^ oid
)

Parameters

oid
Oid
Oid to present as integer array int[]

Return Value

Integer array representing the Oid class value

See Also