C# Класс NCldr.Types.ListPattern

Показать файл Открыть проект Примеры использования класса

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

Метод Описание
Combine ( ListPattern combinedListPatterns, ListPattern parentListPatterns ) : NCldr.Types.ListPattern[]

Combine combines a child with a parent as necessary and returns the combined object

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

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

Combine combines a child with a parent as necessary and returns the combined object
public static Combine ( ListPattern combinedListPatterns, ListPattern parentListPatterns ) : NCldr.Types.ListPattern[]
combinedListPatterns ListPattern The child object
parentListPatterns ListPattern The parent object
Результат NCldr.Types.ListPattern[]