Get the categories information

  • Thread starter Thread starter Guest
  • Start date Start date
For C# use Categories[n] where n is the category you want to get. It's the
same with any collection when programming in C#, you don't use Item you use
the collection with an index.
 
Back
Top