C# Класс YAMP.BinaryOperatorMappingList

A list of binary operators.
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
BinaryOperatorMappingList ( String symbol ) : System

Creates a new binary mapping list.

With ( BinaryOperatorMapping item ) : void

Includes the specified operator in the list.

this ( Int32 index ) : BinaryOperatorMapping

Gets the operator at the given index.

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

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

Creates a new binary mapping list.
public BinaryOperatorMappingList ( String symbol ) : System
symbol String
Результат System

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

Includes the specified operator in the list.
public With ( BinaryOperatorMapping item ) : void
item BinaryOperatorMapping
Результат void

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

Gets the operator at the given index.
public this ( Int32 index ) : BinaryOperatorMapping
index System.Int32
Результат BinaryOperatorMapping