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