C# Класс PhantomChains.PhantomTable

Class, containing data for building tree of variants.
Показать файл Открыть проект Примеры использования класса

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

Свойство Тип Описание
StartPositions List

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

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

Initializes a new instance of the PhantomTable class.

this ( int index ) : Record

Indexer of record value.

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

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

Initializes a new instance of the PhantomTable class.
public PhantomTable ( BaseChain source ) : System.Collections.Generic
source LibiadaCore.Core.BaseChain /// Phantom chain. ///
Результат System.Collections.Generic

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

Indexer of record value.
public this ( int index ) : Record
index int /// Record index. ///
Результат Record

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

StartPositions публичное свойство

List of starts positions of trees in phantom chain.
public List StartPositions
Результат List