C# Класс Monobjc.CoreData.NSFetchRequest

Наследование: INSCopying
Показать файл Открыть проект

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

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