BraintreeEncryption.Library.BouncyCastle.Util.Collections.UnmodifiableSet.RemoveAll C# (CSharp) Method

RemoveAll() public method

public RemoveAll ( IEnumerable e ) : void
e IEnumerable
return void
        public virtual void RemoveAll(IEnumerable e)
        {
            throw new NotSupportedException();
        }