Monobjc.Foundation.NSData.NSData C# (CSharp) Method

NSData() public method

Initializes a new instance of the NSData class.
public NSData ( byte bytes ) : System
bytes byte The bytes.
return System
        public NSData(byte[] bytes) : this(bytes, bytes.Length)
        {
        }

Same methods

NSData::NSData ( byte bytes, NSUInteger length ) : System