ClassName

data class ClassName(val simpleName: String, val namespace: String, val isNullable: Boolean, val attributes: List<String> = emptyList()) : CSharp.TypeName

Constructors

Link copied to clipboard
constructor(simpleName: String, namespace: String, isNullable: Boolean, attributes: List<String> = emptyList())

Properties

Link copied to clipboard
open override val attributes: List<String>
Link copied to clipboard
open override val isNullable: Boolean
Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open override fun writeTo(out: Appendable)