Show / Hide Table of Contents

Struct CoreFoundation.CFRange

Inherited Members
System.ValueType.Equals(System.Object)
System.ValueType.GetHashCode()
System.ValueType.ToString()
Namespace: Xamarin.NativeHelpers
Assembly: Xamarin.NativeHelpers.dll
Syntax
public struct CFRange

Constructors

| Improve this Doc View Source

CFRange(Int32, Int32)

Declaration
public CFRange(int location, int length)
Parameters
Type Name Description
System.Int32 location
System.Int32 length
| Improve this Doc View Source

CFRange(IntPtr, IntPtr)

Declaration
public CFRange(IntPtr location, IntPtr length)
Parameters
Type Name Description
System.IntPtr location
System.IntPtr length

Fields

| Improve this Doc View Source

Length

Declaration
public readonly IntPtr Length
Field Value
Type Description
System.IntPtr
| Improve this Doc View Source

Location

Declaration
public readonly IntPtr Location
Field Value
Type Description
System.IntPtr
  • Improve this Doc
  • View Source
In This Article
  • Constructors
    • CFRange(Int32, Int32)
    • CFRange(IntPtr, IntPtr)
  • Fields
    • Length
    • Location
Back to top Generated by DocFX