C# 클래스 Monobjc.Foundation.NSPurgeableData

파일 보기 프로젝트 열기: Monobjc/monobjc

공개 메소드들

메소드 설명
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