C# Class Monobjc.Foundation.NSPurgeableData

Mostra file Open project: Monobjc/monobjc

Public Methods

Method Description
NSPurgeableData ( byte bytes ) : System

Initializes a new instance of the NSPurgeableData class.

NSPurgeableData ( byte bytes, NSUInteger length ) : System

Initializes a new instance of the NSPurgeableData class.

Method Details

NSPurgeableData() public method

Initializes a new instance of the NSPurgeableData class.
public NSPurgeableData ( byte bytes ) : System
bytes byte The bytes.
return System

NSPurgeableData() public method

Initializes a new instance of the NSPurgeableData class.
public NSPurgeableData ( byte bytes, NSUInteger length ) : System
bytes byte The bytes.
length NSUInteger The length.
return System