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