Struct CoreFoundation.CFRange
Inherited Members
System.ValueType.Equals(System.Object)
System.ValueType.GetHashCode()
System.ValueType.ToString()
Assembly: Xamarin.NativeHelpers.dll
Syntax
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 |
|