CSharp Intrinsic Marshaller
data class CSharpIntrinsicMarshaller(val readDelegateFqn: String?, val writeDelegateFqn: String?)
Content copied to clipboard
Parameters
read Delegate Fqn
Fully qualified name of ReadDelegate or null if it's default:
write Delegate Fqn
Fully qualified name of WriteDelegate or null if it's default:
Constructors
Link copied to clipboard
fun CSharpIntrinsicMarshaller(readDelegateFqn: String?, writeDelegateFqn: String?)
Content copied to clipboard