C# Class YAMP.BinaryOperatorMappingList

A list of binary operators.
Afficher le fichier Open project: FlorianRappl/YAMP Class Usage Examples

Méthodes publiques

Méthode 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 méthode

Creates a new binary mapping list.
public BinaryOperatorMappingList ( String symbol ) : System
symbol String
Résultat System

With() public méthode

Includes the specified operator in the list.
public With ( BinaryOperatorMapping item ) : void
item BinaryOperatorMapping
Résultat void

this() public méthode

Gets the operator at the given index.
public this ( Int32 index ) : BinaryOperatorMapping
index System.Int32
Résultat BinaryOperatorMapping