We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 43fab4e commit 7fcdd7eCopy full SHA for 7fcdd7e
Rubberduck.VBEEditor/SafeComWrappers/VB6/VBComponents.cs
@@ -81,19 +81,6 @@ IEnumerator IEnumerable.GetEnumerator()
81
: ((IEnumerable<IVBComponent>)this).GetEnumerator();
82
}
83
84
- //public override void Release(bool final = false)
85
- //{
86
- // if (!IsWrappingNullReference)
87
- // {
88
- // DetatchEvents();
89
- // for (var i = 1; i <= Count; i++)
90
91
- // this[i].Release();
92
- // }
93
- // base.Release(final);
94
95
- //}
96
-
97
public override bool Equals(ISafeComWrapper<VB.VBComponents> other)
98
{
99
return IsEqualIfNull(other) || (other != null && ReferenceEquals(other.Target, Target));
0 commit comments