Пример #1
0
 public bool TagMatch(string[] tagArray)
 {
     return(ItemUtility.TestTagArrays(tagArray, ChildTagArray));
 }