Namespace: Dynmark.Services.API
Assembly: Dynmark.Services.API (in Dynmark.Services.API.dll)
Syntax
| Visual Basic (Declaration) |
|---|
| Public Shared Widening Operator CType( _ ByVal recipients As RecipientCollection _ ) As String() |
| C# |
|---|
| public static string[] op_Implicit( RecipientCollection recipients ) |
| C++ |
|---|
| public: static array<String>^ op_Implicit( RecipientCollection recipients ) |
| J# |
|---|
| JScript |
|---|