Table of Contents

Struct ObjC.Prop.Bool

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

Constructors

Bool(string, string)

public Bool(string get, string set)

Parameters

get string
set string

Methods

Get(nint)

public bool Get(nint id)

Parameters

id nint

Returns

bool

Set(nint, bool)

public void Set(nint id, bool value)

Parameters

id nint
value bool