Allow Constructor (IEnumerableMethod) |
Initializes a new instance of the
Allow class
Namespace:
Ozeki.VoIP
Assembly:
OzekiSDK (in OzekiSDK.dll) Version: 10.3.199.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
- Type: System.Collections.GenericIEnumerableMethod
See Also