C# Класс Battle_Script_Pro.SuperCommand

Показать файл Открыть проект Примеры использования класса

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

Метод Описание
SuperCommand ( byte theNumberOfParameters ) : System
SuperCommand ( byte theNumberOfParameters, string theParameterNames ) : System
SuperCommand ( byte theNumberOfParameters, string theParameterNames, byte theParameterLengths ) : System

Описание методов

SuperCommand() публичный Метод

public SuperCommand ( byte theNumberOfParameters ) : System
theNumberOfParameters byte
Результат System

SuperCommand() публичный Метод

public SuperCommand ( byte theNumberOfParameters, string theParameterNames ) : System
theNumberOfParameters byte
theParameterNames string
Результат System

SuperCommand() публичный Метод

public SuperCommand ( byte theNumberOfParameters, string theParameterNames, byte theParameterLengths ) : System
theNumberOfParameters byte
theParameterNames string
theParameterLengths byte
Результат System