ToString() 공개 메소드

Return string representation of the version resource.
public ToString ( ) : string
리턴 string
예제 #1
0
 public static void Dump(VersionResource rc)
 {
     Console.WriteLine(rc.ToString());
 }