Table of Contents

Class Property

Namespace
CarinaStudio.MacOS.ObjectiveC
Assembly
CarinaStudio.AppBase.MacOS.dll

Represent property of class.

public class Property : Member
Inheritance
Property
Inherited Members
Extension Methods

Properties

Getter

Get getter of property.

public Selector? Getter { get; }

Property Value

Selector

IsReadOnly

Check whether this is a read-only property or not.

public bool IsReadOnly { get; }

Property Value

bool

Setter

Get setter of property.

public Selector? Setter { get; }

Property Value

Selector