ServiceElement(ElementType, ServiceElement) Constructor
            Initializes a new instance of the ServiceElement class.
            
Namespace: InTheHand.Net.Bluetooth.SdpAssembly: InTheHand.Net.Bluetooth (in InTheHand.Net.Bluetooth.dll) Version: 4.0.32+5cdf1cfd21064ea31c5de33d160200ca1c4bc218
public ServiceElement(
	ElementType type,
	params ServiceElement[] childElements
)
Public Sub New ( 
	type As ElementType,
	ParamArray childElements As ServiceElement()
)
public:
ServiceElement(
	ElementType type, 
	... array<ServiceElement^>^ childElements
)
new : 
        type : ElementType * 
        childElements : ServiceElement[] -> ServiceElement
Parameters
- type  ElementType
- The type of the element as an ElementType.
            Should be either ElementSequence/ElementAlternative types.
            
- childElements  ServiceElement
- A list of elements.