C# Class clipr.PositionalArgumentAttribute

A required argument, ordered based on Index in ascending order.

Only the last argument in the positional list may have a variable number of argument values.

Inheritance: clipr.Core.ArgumentAttribute, IPositionalArgument
Mostra file Open project: nemec/clipr

Public Methods

Method Description
PositionalArgumentAttribute ( int index ) : System

Create a new positional argument at the given index.

Method Details

PositionalArgumentAttribute() public method

Create a new positional argument at the given index.
public PositionalArgumentAttribute ( int index ) : System
index int Positional index.
return System