예제 #1
0
 public static string GetFullName(this NameContainer nameContainer)
 {
     return(nameContainer.ToString());
 }