|
CSVReaderitemsTable Property
|
Gets the raw table of items which was ranked by the user.
Namespace:
Karamba.Utilities
Assembly:
KarambaCommon (in KarambaCommon.dll) Version: 2.2.0.4 (2.2.0.4)
Syntaxpublic List<List<string>> itemsTable { get; }Public ReadOnly Property itemsTable As List(Of List(Of String))
Get
public:
property List<List<String^>^>^ itemsTable {
List<List<String^>^>^ get ();
}member itemsTable : List<List<string>> with get
Property Value
Type:
ListListString
See Also