Click or drag to resize
AssemblyUsageAttribute Constructor (String)
Initializes a new instance of the AssemblyUsageAttribute class with one line of text.

Namespace: X3Platform.CommandLine
Assembly: X3Platform.Support (in X3Platform.Support.dll) Version: 1.0.0.0 (2.0.0.0)
Syntax
public AssemblyUsageAttribute(
	string line1
)

Parameters

line1
Type: SystemString
First line of usage text.
See Also