C# Класс Nuve.Orthographic.Orthography

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

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

Метод Описание
GetRule ( string id ) : Nuve.Orthographic.OrthographyRule
GetRuleNames ( ) : string
GetRules ( IEnumerable ids ) : List

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

Метод Описание
Orthography ( Alphabet alphabet, IEnumerable rules ) : System.Collections.Generic

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

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

public GetRule ( string id ) : Nuve.Orthographic.OrthographyRule
id string
Результат Nuve.Orthographic.OrthographyRule

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

public GetRuleNames ( ) : string
Результат string

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

public GetRules ( IEnumerable ids ) : List
ids IEnumerable
Результат List