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