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#
JSharp does not support overloaded operators.
JScript
JScript supports the use of overloaded operators, but not the declaration of new ones.

See Also