zoukankan      html  css  js  c++  java
  • property修饰关键字



    修饰符按作用区分:线程安全相关,内存相关,读写权限相关,set=和get=,是否可为空, class

    一.默认值

    @property NSArray *dataArray;

    默认的是:atomic,strong(引用类型是strong, 值类型是assign),readwrite,nullable


    二.线程相关

    • atomic
    • nonatomic


    三.内存相关


    四.读写权限

    • readwrite
    • readonly

    五.set=和get=

    • set=
    • get=

    六.空与非空

    • nonnull
    • nullable
    • null_resettable
    • null_unspecified

    七.class

    • class

  • 相关阅读:
    博途Portal TIA(PLC) + Scout (独立)驱动配置 CU320 + PM240-2
    TM41 修改分辨率
    用户注册
    用户名的登录认证
    CSS
    HTML
    python常用模块
    面对对象进阶
    面对对象之绑定方法和非绑定方法
    面对对象之封装
  • 原文地址:https://www.cnblogs.com/shidaying/p/6960156.html
Copyright © 2011-2022 走看看