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