C# Класс YAMP.ArgumentsAttribute

Наследование: System.Attribute
Показать файл Открыть проект

Открытые методы

Метод Описание
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