toggle menu
maui-kmp-ksp
0.2.0
jvm
switch theme
search in API
maui-kmp-ksp
/
de.voize.mauikmp.ksp.processor.csharp
/
ClassDeclarationSpec
Class
Declaration
Spec
data
class
ClassDeclarationSpec
(
val
attributes
:
List
<
String
>
,
val
identifier
:
String
,
val
classType
:
String
?
,
val
interfaceTypeList
:
List
<
String
>
,
val
rawBody
:
String
)
Members
Constructors
Class
Declaration
Spec
Link copied to clipboard
constructor
(
attributes
:
List
<
String
>
,
identifier
:
String
,
classType
:
String
?
,
interfaceTypeList
:
List
<
String
>
,
rawBody
:
String
)
Properties
attributes
Link copied to clipboard
val
attributes
:
List
<
String
>
class
Type
Link copied to clipboard
val
classType
:
String
?
identifier
Link copied to clipboard
val
identifier
:
String
interface
Type
List
Link copied to clipboard
val
interfaceTypeList
:
List
<
String
>
raw
Body
Link copied to clipboard
val
rawBody
:
String
Functions
write
To
Link copied to clipboard
fun
writeTo
(
out
:
Appendable
)