W3cubDocs

/Kotlin

CEnumEntryAlias

Platform and version requirements: Native (1.3)
@Target([AnnotationTarget.CLASS]) annotation class CEnumEntryAlias

Denotes property that is an alias to some enum entry.

Constructors

Platform and version requirements: Native (1.3)

<init>

Denotes property that is an alias to some enum entry.

CEnumEntryAlias(entryName: String)

Properties

Platform and version requirements: Native (1.3)

entryName

val entryName: String

© 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/kotlinx.cinterop.internal/-c-enum-entry-alias/index.html