C# Class GR.Gambling.Backgammon.GameOfferSet

显示文件 Open project: alexhanh/Botting-Library

Public Methods

Method Description
Add ( GameOffer offer ) : void
Add ( IEnumerable offers ) : void
GameOfferSet ( ) : System
GameOfferSet ( IEnumerable offers ) : System
GetEnumerator ( ) : IEnumerator
Remove ( string creator ) : void

Removes offers of a given creator from this collection.

Method Details

Add() public method

public Add ( GameOffer offer ) : void
offer GameOffer
return void

Add() public method

public Add ( IEnumerable offers ) : void
offers IEnumerable
return void

GameOfferSet() public method

public GameOfferSet ( ) : System
return System

GameOfferSet() public method

public GameOfferSet ( IEnumerable offers ) : System
offers IEnumerable
return System

GetEnumerator() public method

public GetEnumerator ( ) : IEnumerator
return IEnumerator

Remove() public method

Removes offers of a given creator from this collection.
public Remove ( string creator ) : void
creator string
return void