public CommandLineArgumentsEventArgs(
ReadOnlyCollection<string> arguments
)
Public Sub New (
arguments As ReadOnlyCollection(Of String)
)
Dim arguments As ReadOnlyCollection(Of String)
Dim instance As New CommandLineArgumentsEventArgs(arguments)
public:
CommandLineArgumentsEventArgs(
ReadOnlyCollection<String^>^ arguments
)
new :
arguments : ReadOnlyCollection<string> -> CommandLineArgumentsEventArgs
No code example is currently available or this language may not be supported.