MonobjcMonobjc Documented Class Library
Range Property
NamespacesMonobjc.FoundationNSTextCheckingResultRange

Returns the range of the result that the receiver represents. (read-only)

Original signature is '@property(readonly) NSRange range'

Available in Mac OS X v10.6 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual NSRange Range { get; }
Public Overridable ReadOnly Property Range As NSRange
	Get
public:
virtual property NSRange Range {
	NSRange get ();
}
Version Information
  • Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later)

Assembly: Monobjc.Foundation (Module: Monobjc.Foundation)