Encog 1.1 for DotNet
Item Property (key)
NamespacesEncog.Bot.HTMLHTMLTagItem[([(String])])
Access the individual attributes by name.
Declaration Syntax
C#Visual BasicVisual C++
public string this[
	string key
] { get; set; }
Public Default Property Item ( _
	key As String _
) As String
public:
property String^ default[String^ key] {
	String^ get (String^ key);
	void set (String^ key, String^ value);
}
Parameters
key (String)

Assembly: Encog (Module: Encog) Version: 1.1.0.0 (1.1.0)