Class ObjectList<T>
Inheritance
System.Object
ObjectList<T>
Assembly: Spruce.dll
Syntax
public class ObjectList<T> : Token
Type Parameters
Constructors
|
Improve this Doc
View Source
ObjectList(String[], T[], String, Boolean)
Declaration
protected ObjectList(string[] aKeyList, T[] aObjList, string aNoobChars = "", bool aIgnoreCase = true)
Parameters
Type |
Name |
Description |
System.String[] |
aKeyList |
|
T[] |
aObjList |
|
System.String |
aNoobChars |
|
System.Boolean |
aIgnoreCase |
|
Fields
|
Improve this Doc
View Source
mList
Declaration
protected readonly Dictionary<string, T> mList
Field Value
Type |
Description |
Dictionary<System.String, T> |
|
Methods
|
Improve this Doc
View Source
Check(String)
Declaration
protected override bool Check(string aText)
Parameters
Type |
Name |
Description |
System.String |
aText |
|
Returns
Type |
Description |
System.Boolean |
|
Overrides
|
Improve this Doc
View Source
Declaration
protected override object Transform(string aText)
Parameters
Type |
Name |
Description |
System.String |
aText |
|
Returns
Type |
Description |
System.Object |
|
Overrides