Words Property

Languages.Events

Language

ILanguage..::..Words Property

A [List{T}] of [Word]s in the loaded [Language]

Namespace:  Languages.Interfaces
Assembly:  Languages (in Languages.dll)

Syntax


List<Word> Words { get; set; }
Property Words As List(Of Word)
	Get
	Set
property List<Word^>^ Words {
	List<Word^>^ get ();
	void set (List<Word^>^ value);
}