TryGetCategoryNames
Declaration
public virtual bool TryGetCategoryNames(out IReadOnlyList<string> names)
Parameters
| Name | Type | Summary |
|---|---|---|
| names | IReadOnlyList<string> | A list of category labels. It will be empty if the method returns false. |
| Name | Type | Summary |
|---|---|---|
| names | IReadOnlyList<string> | A list of category labels. It will be empty if the method returns false. |