MonobjcMonobjc Documented Class Library
GetObjectsRange Method (aBuffer, aRange)
NamespacesMonobjc.FoundationNSArrayGetObjectsRange(IntPtr, NSRange)

Copies the objects contained in the array that fall within the specified range to aBuffer.

Original signature is '- (void)getObjects:(id *)aBuffer range:(NSRange)aRange'

Available in Mac OS X v10.0 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual void GetObjectsRange(
	IntPtr aBuffer,
	NSRange aRange
)
Public Overridable Sub GetObjectsRange ( _
	aBuffer As IntPtr, _
	aRange As NSRange _
)
public:
virtual void GetObjectsRange(
	IntPtr aBuffer, 
	NSRange aRange
)
Parameters
aBuffer (IntPtr)
A C array of objects of size at least the length of the range specified by aRange.
aRange (NSRange)
A range within the bounds of the array.
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)