IronPython.Runtime.Method.IWeakReferenceable C# (CSharp) 메소드

IWeakReferenceable() 개인적인 메소드

private IWeakReferenceable ( ) : IronPython.Runtime.WeakRefTracker
리턴 IronPython.Runtime.WeakRefTracker
        WeakRefTracker IWeakReferenceable.GetWeakRef() {
            return _weakref;
        }

Same methods

Method::IWeakReferenceable ( IronPython.Runtime.WeakRefTracker value ) : bool
Method::IWeakReferenceable ( IronPython.Runtime.WeakRefTracker value ) : void