C# Класс WebSocketServer.CardSet

Represents the set of cards in the game.
Показать файл Открыть проект Примеры использования класса

Открытые свойства

Свойство Тип Описание
_instance CardSet

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

Метод Описание
ApplyNewCards ( string cardList ) : void

Applies a new list of cards to the stored cardset.

ToHumanString ( ) : string

Returns a comma-separated list of card values, with a space in-between.

ToString ( ) : string

Returns a comma-separated list of card values.

Приватные методы

Метод Описание
CardSet ( ) : System.Collections.Generic

Private constructor. To create a new cardset, call ApplyNewCards().

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

ApplyNewCards() публичный Метод

Applies a new list of cards to the stored cardset.
public ApplyNewCards ( string cardList ) : void
cardList string The new list of string values to use for the new cards.
Результат void

ToHumanString() публичный Метод

Returns a comma-separated list of card values, with a space in-between.
public ToHumanString ( ) : string
Результат string

ToString() публичный Метод

Returns a comma-separated list of card values.
public ToString ( ) : string
Результат string

Описание свойств

_instance публичное статическое свойство

Where the instance is stored.
public static CardSet,WebSocketServer _instance
Результат CardSet