예제 #1
0
파일: file.cs 프로젝트: zjmit/go2cs
 private static @string String(this fileAddr f)
 {
     return(string(f));
 }
예제 #2
0
파일: file.cs 프로젝트: zjmit/go2cs
 private static @string Network(this fileAddr _p0)
 {
     return("file+net");
 }