CrystalMpq.DataFormats.Surface.UnlockInternal C# (CSharp) 메소드

UnlockInternal() 보호된 추상적인 메소드

protected abstract UnlockInternal ( ) : void
리턴 void
        protected abstract void UnlockInternal();

Usage Example

예제 #1
0
파일: Surface.cs 프로젝트: Bootz/crystalmpq
 protected sealed override void UnlockInternal()
 {
     @this.UnlockInternal();
 }