public bool IsMatch(Type type, Node node) { return(CollectionTools.HasCollectionBase(type) && node.Value.StartsWith("[") && node.Value.EndsWith("]")); }