
C# | Visual Basic | Visual C++ |
public SpellResult[] Results { get; set; }
Public Property Results As SpellResult()
public: property array<SpellResult^>^ Results { array<SpellResult^>^ get (); void set (array<SpellResult^>^ value); }

C# | Visual Basic | Visual C++ |
public SpellResult[] Results { get; set; }
Public Property Results As SpellResult()
public: property array<SpellResult^>^ Results { array<SpellResult^>^ get (); void set (array<SpellResult^>^ value); }