|
|
static Type | changerType = null |
| |
|
static object | changer |
| |
◆ Objectives()
| BioLib.Objectives.Objectives |
( |
| ) |
|
◆ GetObjective()
213 {
214 return List[index];
215 }
◆ GetPosition()
| int BioLib.Objectives.GetPosition |
( |
| ) |
|
209 {
210 return index;
211 }
◆ SetPosition()
| void BioLib.Objectives.SetPosition |
( |
int | index | ) |
|
205 {
206 this.index = index;
207 }
◆ Index
| int BioLib.Objectives.Index |
|
getset |
194 {
195 get
196 {
197 return GetPosition();
198 }
199 set
200 {
201 SetPosition(value);
202 }
203 }
The documentation for this class was generated from the following file: