C# 클래스 Monobjc.CoreData.NSFetchRequest

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

공개 메소드들

메소드 설명
CopyWithZone ( IntPtr zone ) : Id

Returns a new instance that's a copy of the receiver. (required)

Original signature is '- (id)copyWithZone:(NSZone *)zone'

Available in Mac OS X v10.0 and later.

메소드 상세

CopyWithZone() 공개 메소드

Returns a new instance that's a copy of the receiver. (required)

Original signature is '- (id)copyWithZone:(NSZone *)zone'

Available in Mac OS X v10.0 and later.

public CopyWithZone ( IntPtr zone ) : Id
zone System.IntPtr The zone identifies an area of memory from which to allocate for the new instance. If zone is NULL, the new instance is allocated from the default zone, which is returned from the function NSDefaultMallocZone.
리턴 Id