Class MagicDashes
Inheritance
System.Object
MagicDashes
Implements
Namespace: HuduAPI.Records
Assembly: HuduAPI.dll
Syntax
public class MagicDashes : IRecord
Constructors
MagicDashes()
Declaration
public MagicDashes()
Properties
Item[Int32]
Gets the System.Nullable<T> with the specified identifier.
Declaration
public MagicDash this[int id] { get; }
Parameters
| Type | Name | Description |
|---|---|---|
| System.Int32 | id | The identifier. |
Property Value
| Type | Description |
|---|---|
| MagicDash | The System.Nullable<T>. |
MagicDashList
Gets the list of Magic Dash items found in Hudu.
Declaration
public IList<MagicDash> MagicDashList { get; }
Property Value
| Type | Description |
|---|---|
| IList<MagicDash> |