ReleaseReference() public method

public ReleaseReference ( bool disposing ) : void
disposing bool
return void
コード例 #1
0
ファイル: Image.cs プロジェクト: git-thinh/limada
 protected virtual void Dispose(bool disposing)
 {
     if (NativeRef != null)
     {
         NativeRef.ReleaseReference(disposing);
     }
 }