コード例 #1
0
ファイル: TupleType.cs プロジェクト: mff-uk/exolutio
 private static string GetName(IEnumerable <Property> tupleParts)
 {
     return(String.Format("Tuple{0}", PropertyCollectionHelpers.Print(tupleParts)));
 }
コード例 #2
0
 public override string ToString()
 {
     return(PropertyCollectionHelpers.Print(Data.Values));
 }