Click or drag to resize
Askia

ILanguageCollection Interface

Language collection

Namespace:  AskiaCore
Assembly:  AskiaCore (in AskiaCore.dll) Version: 6.0.0-build000000000000000000000000000000000000000001
Syntax
public interface ILanguageCollection : IEnumerable<ILanguage>, 
	IEnumerable

The ILanguageCollection type exposes the following members.

Properties
  NameDescription
Public propertyCount
Number of languages in the collection
Public propertyItem
Find a language by id
Top
Methods
  NameDescription
Public methodAdd
Adds a new language in the collection given its name
Public methodGetEnumerator
Returns an enumerator that iterates through the collection.
(Inherited from IEnumerableILanguage.)
Public methodRemove
Remove a language from the collection given its id
Top
See Also