C# Класс CardsExtesions

Показать файл Открыть проект

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

Метод Описание
MinCard ( this cards, bool>.Func pred, bool revolution ) : IEnumerable

cardsの中から、条件predを満たす最少ランクのカードを返す。

Sequence ( this cards, int rank, bool revolution, int count ) : IEnumerable
Sequence ( this cards, int rank, bool revolution, int count, Suit, suit ) : IEnumerable
Sequence ( this cards, int rank, bool revolution, int count, Suit, suit, int jokers ) : IEnumerable

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

MinCard() публичный статический Метод

cardsの中から、条件predを満たす最少ランクのカードを返す。
public static MinCard ( this cards, bool>.Func pred, bool revolution ) : IEnumerable
cards this 対象となる札。
pred bool>.Func 条件。
revolution bool
Результат IEnumerable

Sequence() публичный статический Метод

public static Sequence ( this cards, int rank, bool revolution, int count ) : IEnumerable
cards this
rank int
revolution bool
count int
Результат IEnumerable

Sequence() публичный статический Метод

public static Sequence ( this cards, int rank, bool revolution, int count, Suit, suit ) : IEnumerable
cards this
rank int
revolution bool
count int
suit Suit,
Результат IEnumerable

Sequence() публичный статический Метод

public static Sequence ( this cards, int rank, bool revolution, int count, Suit, suit, int jokers ) : IEnumerable
cards this
rank int
revolution bool
count int
suit Suit,
jokers int
Результат IEnumerable