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();
        }