Table of Contents

Struct CFRange

Namespace
CarinaStudio.MacOS.CoreFoundation
Assembly
CarinaStudio.AppBase.MacOS.dll

Range.

public struct CFRange
Inherited Members
Extension Methods

Constructors

CFRange(nint, nint)

Initialize CFRange structure.

public CFRange(nint location, nint length)

Parameters

location nint

Start position.

length nint

Length.

Fields

Length

Length.

public nint Length

Field Value

nint

Location

Start position.

public nint Location

Field Value

nint