C# 클래스 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.

상속: clipr.Core.ArgumentAttribute, IPositionalArgument
파일 보기 프로젝트 열기: nemec/clipr

공개 메소드들

메소드 설명
PositionalArgumentAttribute ( int index ) : System

Create a new positional argument at the given index.

메소드 상세

PositionalArgumentAttribute() 공개 메소드

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