C# 클래스 YAMP.BinaryOperatorMappingList

A list of binary operators.
파일 보기 프로젝트 열기: FlorianRappl/YAMP 1 사용 예제들

공개 메소드들

메소드 설명
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