<Code Lib>
2024 Property
Changes 0
P

Categories.Item(String)

Description:
Gets a category which has the specified name from this list of top-level categories.
Overloads (2):
Item(String)

public override Category this[
	string name
] { get; set; }

  • String
    name
    The name of the category to be retrieved.

Loading…