예제 #1
0
파일: UnsafeCode.cs 프로젝트: zwkjgs/ILSpy
 public unsafe UnsafeCode()
 {
     unsafeDelegate = UnsafeMethod;
 }
예제 #2
0
파일: UnsafeCode.cs 프로젝트: luiz117/ILSpy
 unsafe static UnsafeCode()
 {
     staticUnsafeDelegate = UnsafeStaticMethod;
 }
예제 #3
0
 public unsafe UnsafeCode()
 {
     this.unsafeDelegate = this.UnsafeMethod;
 }