コード例 #1
0
 public ProfileDAO getProfileInformation(ProfileDAO profile, string s, int i)
 {
     string pn = s;
     return pn;
 }
コード例 #2
0
 public string getProfileInformation(string s, ProfileDAO profile, int i)
 {
     string pn = profile.name;
     return pn;
 }
コード例 #3
0
 public string getProfileInformation(string s, ProfileDAO profile, int i)
 {
     string p2 = s;
     return p2;
 }