ServiceElement(ElementType, ServiceElement) Constructor

Initializes a new instance of the ServiceElement class.

Definition

Namespace: InTheHand.Net.Bluetooth.Sdp
Assembly: InTheHand.Net.Bluetooth (in InTheHand.Net.Bluetooth.dll) Version: 4.0.32+5cdf1cfd21064ea31c5de33d160200ca1c4bc218
C#
public ServiceElement(
	ElementType type,
	params ServiceElement[] childElements
)

Parameters

type  ElementType
The type of the element as an ElementType. Should be either ElementSequence/ElementAlternative types.
childElements  ServiceElement
A list of elements.

See Also