C# Класс Ensage.Common.Objects.Lane

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

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

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

Initializes a new instance of the Lane class.

Lane ( ICollection path, string name, Team team ) : System.Collections.Generic

Initializes a new instance of the Lane class.

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

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

Initializes a new instance of the Lane class.
public Lane ( ) : System.Collections.Generic
Результат System.Collections.Generic

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

Initializes a new instance of the Lane class.
public Lane ( ICollection path, string name, Team team ) : System.Collections.Generic
path ICollection /// The path. ///
name string /// The name. ///
team Team /// The team. ///
Результат System.Collections.Generic