Allow(IEnumerableMethod) Constructor |
Initializes a new instance of the
Allow class
Namespace: Ozeki.VoIPAssembly: OzekiSDK (in OzekiSDK.dll) Version: 10.4.98
Syntaxpublic Allow(
IEnumerable<Method> method
)
Public Sub New (
method As IEnumerable(Of Method)
)
public:
Allow(
IEnumerable<Method^>^ method
)
new :
method : IEnumerable<Method> -> AllowParameters
- method IEnumerableMethod
-
See Also