BadScript 2
Loading...
Searching...
No Matches
UsageAttribute.cs
Go to the documentation of this file.
1
// Copyright 2005-2015 Giacomo Stelluti Scala & Contributors. All rights reserved. See License.md in the project root for license information.
2
3
using
System;
4
5
namespace
CommandLine.Text
6
{
11
[AttributeUsage(AttributeTargets.Property)]
12
public
sealed
class
UsageAttribute
: Attribute
13
{
17
public
string
ApplicationAlias
{
get
;
set
; }
18
}
19
}
CommandLine.Text.UsageAttribute
Applied to a static property that yields a sequence of CommandLine.Text.Example, provides data to ren...
Definition
UsageAttribute.cs:13
CommandLine.Text.UsageAttribute.ApplicationAlias
string ApplicationAlias
Application name, script or any means that starts current program.
Definition
UsageAttribute.cs:17
CommandLine.Text
Definition
AssemblyLicenseAttribute.cs:7
deps
commandlineparser
src
CommandLine
Text
UsageAttribute.cs
Generated by
1.9.8