Click or drag to resize

ObjectIdentifierAppendTo Method

Appends an extra number to the array.

Namespace: GSF.Net.Snmp
Assembly: GSF.Net (in GSF.Net.dll) Version: 2.4.181-beta
Syntax
[CLSCompliantAttribute(false)]
public static uint[] AppendTo(
	uint[] original,
	uint extra
)
View Source

Parameters

original  UInt32
The original array.
extra  UInt32
The extra.

Return Value

UInt32
See Also