P_CommandLine_Text_HeadingInfo_Default - adutton/commandline GitHub Wiki
Gets the default heading instance. The title is retrieved from AssemblyTitleAttribute, or the assembly short name if its not defined. The version is retrieved from AssemblyInformationalVersionAttribute, or the assembly version if its not defined.
Namespace: CommandLine.Text
Assembly: CommandLine (in CommandLine.dll) Version: 0.0.0
C#
public static HeadingInfo Default { get; }VB
Public Shared ReadOnly Property Default As HeadingInfo
GetC++
public:
static property HeadingInfo^ Default {
HeadingInfo^ get ();
}F#
static member Default : HeadingInfo with get
Type: HeadingInfo