MonobjcMonobjc Documented Class Library
IndicesOfObjectsByEvaluatingObjectSpecifier Method (specifier)
NamespacesMonobjc.FoundationINSScriptObjectSpecifiersIndicesOfObjectsByEvaluatingObjectSpecifier(NSScriptObjectSpecifier)

Returns the indices of the specified container objects.

Original signature is '- (NSArray *)indicesOfObjectsByEvaluatingObjectSpecifier:(NSScriptObjectSpecifier *)specifier'

Available in Mac OS X v10.0 and later.

Declaration Syntax
C#Visual BasicVisual C++
NSArray IndicesOfObjectsByEvaluatingObjectSpecifier(
	NSScriptObjectSpecifier specifier
)
Function IndicesOfObjectsByEvaluatingObjectSpecifier ( _
	specifier As NSScriptObjectSpecifier _
) As NSArray
NSArray^ IndicesOfObjectsByEvaluatingObjectSpecifier(
	NSScriptObjectSpecifier^ specifier
)
Parameters
specifier (NSScriptObjectSpecifier)
An object specifier for the container objects for which to obtain the indices.
Return Value
A zero-based array of NSNumber objects that identify the zero-based indices of the container objects that match specifier, or nil if no matching objects were found.
Version Information
  • Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later), 10.5 (For Mac OS X 10.5 and later)

Assembly: Monobjc.Foundation (Module: Monobjc.Foundation)