Decodes a buffer of data whose types are unspecified.
Original signature is '- (void *)decodeBytesWithReturnedLength:(NSUInteger *)numBytes'
Available in Mac OS X v10.0 and later.

C# | Visual Basic | Visual C++ |
public virtual IntPtr DecodeBytesWithReturnedLength( out NSUInteger numBytes )
Public Overridable Function DecodeBytesWithReturnedLength ( _ <OutAttribute> ByRef numBytes As NSUInteger _ ) As IntPtr
public: virtual IntPtr DecodeBytesWithReturnedLength( [OutAttribute] NSUInteger% numBytes )

- numBytes (NSUInteger%)
- MISSING

[Missing <returns> documentation for "M:Monobjc.Foundation.NSCoder.DecodeBytesWithReturnedLength(Monobjc.Foundation.NSUInteger@)"]

- Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later), 10.5 (For Mac OS X 10.5 and later)