IronPython.Runtime.Method.IWeakReferenceable C# (CSharp) Method

IWeakReferenceable() private method

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

Same methods

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