MonobjcMonobjc Documented Class Library
InsertPointerAtIndex Method (item, index)
NamespacesMonobjc.FoundationNSPointerArrayInsertPointerAtIndex(IntPtr, NSUInteger)

Inserts a pointer at a given index.

Original signature is '- (void)insertPointer:(void *)item atIndex:(NSUInteger)index'

Available in Mac OS X v10.5 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual void InsertPointerAtIndex(
	IntPtr item,
	NSUInteger index
)
Public Overridable Sub InsertPointerAtIndex ( _
	item As IntPtr, _
	index As NSUInteger _
)
public:
virtual void InsertPointerAtIndex(
	IntPtr item, 
	NSUInteger index
)
Parameters
item (IntPtr)
The pointer to add.
index (NSUInteger)
The index of an element in the receiver. This value must be less than the count of the receiver.
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)