C# Class Encog.Util.Arrayutil.ClassItem

A class item.
ファイルを表示 Open project: encog/encog-silverlight-core

Public Methods

Method Description
ClassItem ( String theName, int theIndex ) : System

Construct the object.

ToString ( ) : String

Method Details

ClassItem() public method

Construct the object.
public ClassItem ( String theName, int theIndex ) : System
theName String The name of the class.
theIndex int The index of the class.
return System

ToString() public final method

public final ToString ( ) : String
return String