コード例 #1
0
 /// <summary>Add a category to the list.</summary>
 /// <description>
 /// Acts as a separator between entries, allowing for sub-lists
 /// </description>
 /// <param name="text">Name of the new category</param>
 public void AddCategory(string text)
 {
     InternalUnsafeMethods.AddCategory__Args _args = new InternalUnsafeMethods.AddCategory__Args()
     {
         text = text,
     };
     InternalUnsafeMethods.AddCategory()(ObjectPtr, _args);
 }