ReleaseReference() 공개 메소드

public ReleaseReference ( bool disposing ) : void
disposing bool
리턴 void
예제 #1
0
파일: Image.cs 프로젝트: git-thinh/limada
 protected virtual void Dispose(bool disposing)
 {
     if (NativeRef != null)
     {
         NativeRef.ReleaseReference(disposing);
     }
 }