public static List<string> ListSpellName { get; set; }
Public Shared Property ListSpellName As List(Of String) Get Set
public: static property List<String^>^ ListSpellName { List<String^>^ get (); void set (List<String^>^ value); }