ToString() public méthode

public ToString ( ) : string
Résultat string
Exemple #1
0
 public static void LogEvent(string type, Event e )
 {
     Logger.LogInfo(type, e.ToString());
 }