private static string GetName(IEnumerable <Property> tupleParts) { return(String.Format("Tuple{0}", PropertyCollectionHelpers.Print(tupleParts))); }
public override string ToString() { return(PropertyCollectionHelpers.Print(Data.Values)); }