IronRuby.Runtime.BinaryContentProvider.BinaryContentProvider C# (CSharp) Method

BinaryContentProvider() public method

public BinaryContentProvider ( byte bytes ) : System.IO
bytes byte
return System.IO
        public BinaryContentProvider(byte[]/*!*/ bytes) {
            Assert.NotNull(bytes);
            _bytes = bytes;
        }