コード例 #1
0
ファイル: sharedstatics.cs プロジェクト: ArildF/masters
        //
        // This is just designed to prevent compiler warnings.
        // This field is used from native, but we need to prevent the compiler warnings.
        //
#if _DEBUG
        private void DontTouchThis() {
            _sharedStatics = null;
        }
コード例 #2
0
ファイル: sharedstatics.cs プロジェクト: ydunk/masters
        //
        // This is just designed to prevent compiler warnings.
        // This field is used from native, but we need to prevent the compiler warnings.
        //
#if _DEBUG
        private void DontTouchThis()
        {
            _sharedStatics = null;
        }