Share via


NSRange Struct

Definition

Represents a range given by a ___location and length.

public struct NSRange : IEquatable<Foundation.NSRange>
type NSRange = struct
Inheritance
NSRange
Implements

Constructors

Name Description
NSRange(IntPtr, IntPtr)

Fields

Name Description
Length
Location
NotFound

Methods

Name Description
Equals(NSRange)
Equals(Object)
GetHashCode()
ToString()

Applies to

See also