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

UnmodifiableSetProxy() public method

public UnmodifiableSetProxy ( ISet s ) : System
s ISet
return System
        public UnmodifiableSetProxy(ISet s)
        {
            this.s = s;
        }