ToString() public méthode

Return string representation of the version resource.
public ToString ( ) : string
Résultat string
 public static void Dump(VersionResource rc)
 {
     Console.WriteLine(rc.ToString());
 }