ServiceElement(ElementType, IListServiceElement) 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,
IList<ServiceElement> childElements
)
Public Sub New (
type As ElementType,
childElements As IList(Of ServiceElement)
)
public:
ServiceElement(
ElementType type,
IList<ServiceElement^>^ childElements
)
new :
type : ElementType *
childElements : IList<ServiceElement> -> ServiceElement
Parameters
- type ElementType
- The type of the element as an ElementType.
Should be either ElementSequence/ElementAlternative types.
- childElements IListServiceElement
- A list of elements.