Ejemplo n.º 1
0
            public void Dispose()
            {
                if (_target != null)
                {
                    CollectionViewSource target = _target;
                    _target = null;
                    target.EndDefer();
                }
#if NETSTANDARD
                GC.SuppressFinalize(this);
#endif
            }