MonobjcMonobjc Documented Class Library
RemoveDescriptorAtIndex Method (anIndex)
NamespacesMonobjc.FoundationNSAppleEventDescriptorRemoveDescriptorAtIndex(NSInteger)

Removes the descriptor at the specified (one-based) position in the receiving descriptor list.

Original signature is '- (void)removeDescriptorAtIndex:(NSInteger)anIndex'

Available in Mac OS X v10.2 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual void RemoveDescriptorAtIndex(
	NSInteger anIndex
)
Public Overridable Sub RemoveDescriptorAtIndex ( _
	anIndex As NSInteger _
)
public:
virtual void RemoveDescriptorAtIndex(
	NSInteger anIndex
)
Parameters
anIndex (NSInteger)
The one-based position of the descriptor to remove.
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)