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
IsReadOnly
Check whether this is a read-only property or not.
public bool IsReadOnly { get; }
Property Value
Setter
Get setter of property.
public Selector? Setter { get; }