C# Class YAMP.BinaryOperatorMappingList

A list of binary operators.
显示文件 Open project: FlorianRappl/YAMP Class Usage Examples

Public Methods

Method Description
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.

Method Details

BinaryOperatorMappingList() public method

Creates a new binary mapping list.
public BinaryOperatorMappingList ( String symbol ) : System
symbol String
return System

With() public method

Includes the specified operator in the list.
public With ( BinaryOperatorMapping item ) : void
item BinaryOperatorMapping
return void

this() public method

Gets the operator at the given index.
public this ( Int32 index ) : BinaryOperatorMapping
index System.Int32
return BinaryOperatorMapping