Initializes a new instance of the
Supported class
Namespace: Ozeki.VoIPAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax public Supported(
IEnumerable<string> ot
)
Public Sub New (
ot As IEnumerable(Of String)
)
public:
Supported(
IEnumerable<String^>^ ot
)
new :
ot : IEnumerable<string> -> Supported
Parameters
- ot
- Type: System.Collections.GenericIEnumerableString
See Also