Пример #1
0
 public bool IsMatch(Type type, Node node)
 {
     return(CollectionTools.HasCollectionBase(type) &&
            node.Value.StartsWith("[") &&
            node.Value.EndsWith("]"));
 }