Add Oid class value and oid represented as a string into a new Oid class instance

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

Syntax

C#
public static Oid operator +(
	Oid oid,
	string strOids
)
Visual Basic (Declaration)
Public Shared Operator + ( _
	oid As Oid, _
	strOids As String _
) As Oid
Visual C++
public:
static Oid^ operator +(
	Oid^ oid, 
	String^ strOids
)

Parameters

oid
Type: SnmpSharpNet..::.Oid
Oid class
strOids
Type: System..::.String
string value representing an Oid

Return Value

New Oid class with the new oid value.

See Also