toggle menu
maui-kmp-ksp
0.2.0
jvm
switch theme
search in API
maui-kmp-ksp
/
de.voize.mauikmp.ksp.processor.csharp
/
CSharp
/
ClassName
Class
Name
data
class
ClassName
(
val
simpleName
:
String
,
val
namespace
:
String
,
val
isNullable
:
Boolean
,
val
attributes
:
List
<
String
>
=
emptyList()
)
:
CSharp.TypeName
Members
Constructors
Class
Name
Link copied to clipboard
constructor
(
simpleName
:
String
,
namespace
:
String
,
isNullable
:
Boolean
,
attributes
:
List
<
String
>
=
emptyList()
)
Properties
attributes
Link copied to clipboard
open
override
val
attributes
:
List
<
String
>
is
Nullable
Link copied to clipboard
open
override
val
isNullable
:
Boolean
namespace
Link copied to clipboard
val
namespace
:
String
simple
Name
Link copied to clipboard
val
simpleName
:
String
Functions
write
Attributes
To
Link copied to clipboard
open
fun
writeAttributesTo
(
out
:
Appendable
)
write
Nullable
To
Link copied to clipboard
open
fun
writeNullableTo
(
out
:
Appendable
)
write
To
Link copied to clipboard
open
override
fun
writeTo
(
out
:
Appendable
)