C# 클래스 YAMP.ArgumentsAttribute

상속: System.Attribute
파일 보기 프로젝트 열기: FlorianRappl/YAMP

공개 메소드들

메소드 설명
ArgumentsAttribute ( int index, int min = 1, int max = int.MaxValue, int delta = 1 ) : System

Creates a new attribute to declare a container for optional arguments.

메소드 상세

ArgumentsAttribute() 공개 메소드

Creates a new attribute to declare a container for optional arguments.
public ArgumentsAttribute ( int index, int min = 1, int max = int.MaxValue, int delta = 1 ) : System
index int The index that stores optional arguments.
min int The minimum number of arguments that need to be specified.
max int The maximum number of arguments that will be delegated to this container.
delta int The chunks of arguments to include, i.e. 2 is always an even number of arguments.
리턴 System