BraintreeEncryption.Library.BouncyCastle.Util.Collections.UnmodifiableSet.RemoveAll C# (CSharp) Метод

RemoveAll() публичный Метод

public RemoveAll ( IEnumerable e ) : void
e IEnumerable
Результат void
        public virtual void RemoveAll(IEnumerable e)
        {
            throw new NotSupportedException();
        }