Initializes a new instance of the
Supported class
Namespace: Ozeki.VoIPAssembly: OzekiSDK (in OzekiSDK.dll) Version: 10.4.13.0
Syntaxpublic Supported(
IEnumerable<string> ot
)
Public Sub New (
ot As IEnumerable(Of String)
)
public:
Supported(
IEnumerable<String^>^ ot
)
new :
ot : IEnumerable<string> -> Supported
Parameters
- ot IEnumerableString
-
See Also