...
The Dictionary<uint, string[]> to search for value of Attribute. Dictionary key is attribute id and value is a collection of required values.
Example:{ 1: ["apple", "fruit"], 2: ["banana", "bird"], 3: ["cat", "car"], }
...
...
The Dictionary<uint, string[]> to search for value of Attribute. Dictionary key is attribute id and value is a collection of required values.
Example:{ 1: ["apple", "fruit"], 2: ["banana", "bird"], 3: ["cat", "car"], }
...