C# Class Monobjc.Foundation.NSPurgeableData

Afficher le fichier Open project: Monobjc/monobjc

Méthodes publiques

Méthode 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 méthode

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

NSPurgeableData() public méthode

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