C# Класс Monobjc.Foundation.NSPurgeableData

Показать файл Открыть проект

Открытые методы

Метод Описание
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.

Описание методов

NSPurgeableData() публичный Метод

Initializes a new instance of the NSPurgeableData class.
public NSPurgeableData ( byte bytes ) : System
bytes byte The bytes.
Результат System

NSPurgeableData() публичный Метод

Initializes a new instance of the NSPurgeableData class.
public NSPurgeableData ( byte bytes, NSUInteger length ) : System
bytes byte The bytes.
length NSUInteger The length.
Результат System