DotMSN

NSMessage Constructor (String, ArrayList)

Constructor providing initial values.

[Visual Basic]
Overloads Public Sub New( _
   ByVal command As String, _
   ByVal commandValues As ArrayList _
)
[C#]
public NSMessage(
   string command,
   ArrayList commandValues
);

See Also

NSMessage Class | XihSolutions.DotMSN.Core Namespace | NSMessage Constructor Overload List