FirstModulAR 0.1.0
Loading...
Searching...
No Matches
StringList Class Reference

Public Member Functions

 StringList ()
 
 StringList (int capacity)
 
void Clear ()
 
void Add (string value)
 
void Set (int index, string value)
 
string Get (int index)
 
bool IsEmpty ()
 

Public Attributes

List< string > list
 

Properties

int Count [get]
 

Constructor & Destructor Documentation

◆ StringList() [1/2]

StringList.StringList ( )
inline

◆ StringList() [2/2]

StringList.StringList ( int capacity)
inline

Member Function Documentation

◆ Add()

void StringList.Add ( string value)
inline

◆ Clear()

void StringList.Clear ( )
inline

◆ Get()

string StringList.Get ( int index)
inline

◆ IsEmpty()

bool StringList.IsEmpty ( )
inline

◆ Set()

void StringList.Set ( int index,
string value )
inline

Member Data Documentation

◆ list

List<string> StringList.list

Property Documentation

◆ Count

int StringList.Count
get

The documentation for this class was generated from the following file: