ReferTo Constructor (NameAddress, IEnumerableGenericParam) |
Initializes a new instance of the
ReferTo class
Namespace: Ozeki.VoIPAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax public ReferTo(
NameAddress nameAddress,
IEnumerable<GenericParam> gps
)
Public Sub New (
nameAddress As NameAddress,
gps As IEnumerable(Of GenericParam)
)
public:
ReferTo(
NameAddress^ nameAddress,
IEnumerable<GenericParam^>^ gps
)
new :
nameAddress : NameAddress *
gps : IEnumerable<GenericParam> -> ReferTo
Parameters
- nameAddress
- Type: Ozeki.VoIPNameAddress
- gps
- Type: System.Collections.GenericIEnumerableGenericParam
See Also