MonobjcMonobjc Documented Class Library
RangeOfComposedCharacterSequenceAtIndex Method (anIndex)
NamespacesMonobjc.FoundationNSStringRangeOfComposedCharacterSequenceAtIndex(NSUInteger)

Returns the range in the receiver of the composed character sequence located at a given index.

Original signature is '- (NSRange)rangeOfComposedCharacterSequenceAtIndex:(NSUInteger)anIndex'

Available in Mac OS X v10.0 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual NSRange RangeOfComposedCharacterSequenceAtIndex(
	NSUInteger anIndex
)
Public Overridable Function RangeOfComposedCharacterSequenceAtIndex ( _
	anIndex As NSUInteger _
) As NSRange
public:
virtual NSRange RangeOfComposedCharacterSequenceAtIndex(
	NSUInteger anIndex
)
Parameters
anIndex (NSUInteger)
The index of a character in the receiver. The value must not exceed the bounds of the receiver.
Return Value
The range in the receiver of the composed character sequence located at anIndex.
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)