W3cubDocs

/Kotlin

staticProperties

Platform and version requirements: JVM (1.1)
val KClass<*>.staticProperties: Collection<KProperty0<*>>

Returns static properties declared in this class. Only properties representing static fields of Java classes are considered static.

© 2010–2020 JetBrains s.r.o. and Kotlin Programming Language contributors
Licensed under the Apache License, Version 2.0.
https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.reflect.full/static-properties.html