NSFetchedResultsController.FromObject(NSObject) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Creates a new NSFetchedResultsController from the specified object.
[Foundation.Export("indexPathForObject:")]
public virtual Foundation.NSIndexPath FromObject (Foundation.NSObject obj);
override this.FromObject : Foundation.NSObject -> Foundation.NSIndexPath
Parameters
- obj
- NSObject
Returns
- Attributes