SupportClass.SetSupport.RemoveAll C# (CSharp) 메소드

RemoveAll() 공개 메소드

Removes all the elements contained into the specified collection.
public RemoveAll ( CollectionSupport collection ) : bool
collection CollectionSupport The collection used to extract the elements that will be removed.
리턴 bool
        public virtual bool RemoveAll(CollectionSupport collection)
        {
            return this.RemoveAll((System.Collections.ICollection) collection);
        }

Same methods

SupportClass.SetSupport::RemoveAll ( System collection ) : bool