| ILanguageCollection Interface |
Language collection
Namespace:
AskiaCore
Assembly:
AskiaCore (in AskiaCore.dll) Version: 6.0.0-build000000000000000000000000000000000000000001
Syntax public interface ILanguageCollection : IEnumerable<ILanguage>,
IEnumerable
Public Interface ILanguageCollection
Inherits IEnumerable(Of ILanguage), IEnumerable
public interface class ILanguageCollection : IEnumerable<ILanguage^>,
IEnumerable
The ILanguageCollection type exposes the following members.
Properties
| Name | Description |
---|
| Count |
Number of languages in the collection
|
| Item |
Find a language by id
|
TopMethods
| Name | Description |
---|
| Add |
Adds a new language in the collection given its name
|
| GetEnumerator | Returns an enumerator that iterates through the collection. (Inherited from IEnumerableILanguage.) |
| Remove |
Remove a language from the collection given its id
|
TopSee Also