BraintreeEncryption.Library.BouncyCastle.Util.Collections.UnmodifiableSet.RemoveAll C# (CSharp) Méthode

RemoveAll() public méthode

public RemoveAll ( IEnumerable e ) : void
e IEnumerable
Résultat void
        public virtual void RemoveAll(IEnumerable e)
        {
            throw new NotSupportedException();
        }