subscript(dynamicMember:)

A subscript that allows your app to access any property of the requested section type directly on this library section object.

Declaration

subscript<T>(dynamicMember keyPath: KeyPath<SectionType, T>) -> T { get }