To Constructor (NameAddress, IEnumerableGenericParam) |
Initializes a new instance of the
To class
Namespace: Ozeki.VoIPAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax public 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