[This is preliminary documentation and is subject to change.]
An EquipmentList
| C# | Visual Basic | Visual C++ |
public class EquipmentList : SifKeyedList<string, Equipment>
Public Class EquipmentList _ Inherits SifKeyedList(Of String, Equipment)
public ref class EquipmentList : public SifKeyedList<String^, Equipment^>
| All Members | Constructors | Methods | |||
| Icon | Member | Description |
|---|---|---|
| EquipmentListEquipmentListNew()() |
Creates an instance of an EquipmentList
| |
| EquipmentListEquipmentListNew(Equipment) |
Constructor that accepts values for all mandatory fields
| |
| AddEquipment(String, String) | Adds the value of the <Equipment> element. |
Author: Generated by adkgen
Version: 2.0
Since: 1.1
| Object | |||||
| Element | |||||
| SifElement | |||||
| SifList<(Of <Equipment>)> | |||||
| SifKeyedList<(Of <String, Equipment>)> | |||||
| EquipmentList | |||||