toggle menu
maui-kmp-ksp
0.2.0
jvm
switch theme
search in API
maui-kmp-ksp
/
de.voize.mauikmp.ksp.processor.csharp
/
CSharp
/
ParameterizedTypeName
Parameterized
Type
Name
data
class
ParameterizedTypeName
(
val
rawType
:
CSharp.ClassName
,
val
typeArguments
:
List
<
CSharp.TypeName
>
,
val
isNullable
:
Boolean
)
:
CSharp.TypeName
Members
Constructors
Parameterized
Type
Name
Link copied to clipboard
constructor
(
rawType
:
CSharp.ClassName
,
typeArguments
:
List
<
CSharp.TypeName
>
,
isNullable
:
Boolean
)
Properties
attributes
Link copied to clipboard
open
override
val
attributes
:
List
<
String
>
is
Nullable
Link copied to clipboard
open
override
val
isNullable
:
Boolean
raw
Type
Link copied to clipboard
val
rawType
:
CSharp.ClassName
type
Arguments
Link copied to clipboard
val
typeArguments
:
List
<
CSharp.TypeName
>
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
)