Allow Constructor (IEnumerableString) |
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<string> methods
)
Public Sub New (
methods As IEnumerable(Of String)
)
public:
Allow(
IEnumerable<String^>^ methods
)
new :
methods : IEnumerable<string> -> Allow
Parameters
- methods
- Type: System.Collections.GenericIEnumerableString
See Also