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