CommandLineParser Constructor Bespoke Osc Library
Initializes a new instance of the CommandLineParser class.

Namespace: Bespoke.Common
Assembly: Bespoke.Common (in Bespoke.Common.dll) Version: 5.0.0.0 (5.0.0.0)
Syntax

Public Sub New ( _
	args As String() _
)

Parameters

args
Type:  OnlineSystem String 
The arguments provided from the command-line (typically passed into Main).
See Also