ToString() 공개 메소드

Gets a string representation of this ZipEntry.
public ToString ( ) : string
리턴 string
예제 #1
0
 public override void OnPostZip(ICSharpCode.SharpZipLib.Zip.ZipEntry entry)
 {
     Debug.Log("OnPostZip=>" + entry.ToString());
 }