Example #1
0
            public string[] Valor()
            {
                int i = 0;

                string[] a = new string[3];
                a[i++] = Prop1.ToString();
                a[i++] = Prop2.ToString();
                a[i++] = Prop3.ToString();
                return(a);
            }
Example #2
0
 public string GetUniqueKey()
 {
     return(Prop1.ToString() + "-" + Prop2.ToString());
 }