MonobjcMonobjc Documented Class Library
RangeOfComposedCharacterSequencesForRange Method (range)
NamespacesMonobjc.FoundationNSStringRangeOfComposedCharacterSequencesForRange(NSRange)

Returns the range in the receiver of the composed character sequences in a given range.

Original signature is '- (NSRange)rangeOfComposedCharacterSequencesForRange:(NSRange)range'

Available in Mac OS X v10.5 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual NSRange RangeOfComposedCharacterSequencesForRange(
	NSRange range
)
Public Overridable Function RangeOfComposedCharacterSequencesForRange ( _
	range As NSRange _
) As NSRange
public:
virtual NSRange RangeOfComposedCharacterSequencesForRange(
	NSRange range
)
Parameters
range (NSRange)
A range in the receiver. The range must not exceed the bounds of the receiver.
Return Value
The range in the receiver that includes the composed character sequences in range.
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)