PropertiesProviding

public protocol PropertiesProviding : AnyObject

An object that provides properties.

  • An array of all the properties provided by this object

    Declaration

    Swift

    var allProperties: [AnyProperty] { get }