To Constructor (NameAddress, IEnumerableGenericParam) |
Initializes a new instance of the
To class
Namespace:
Ozeki.VoIP
Assembly:
OzekiSDK (in OzekiSDK.dll) Version: 10.3.199.0
Syntaxpublic To(
NameAddress nameAddress,
IEnumerable<GenericParam> tp
)
Public Sub New (
nameAddress As NameAddress,
tp As IEnumerable(Of GenericParam)
)
public:
To(
NameAddress^ nameAddress,
IEnumerable<GenericParam^>^ tp
)
new :
nameAddress : NameAddress *
tp : IEnumerable<GenericParam> -> To
Parameters
- nameAddress
- Type: Ozeki.VoIPNameAddress
- tp
- Type: System.Collections.GenericIEnumerableGenericParam
See Also