Table of Contents

Struct ObjC.Prop.NUInt

Namespace
Xui.Runtime.IOS
Assembly
Xui.Runtime.IOS.dll
public struct ObjC.Prop.NUInt
Inherited Members

Constructors

NUInt(string, string)

public NUInt(string get, string set)

Parameters

get string
set string

Methods

Get(nint)

public nuint Get(nint id)

Parameters

id nint

Returns

nuint

Set(nint, nuint)

public void Set(nint id, nuint value)

Parameters

id nint
value nuint