Packages

package types

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. Protected

Type Members

  1. final case class CSharpClass(id: TypeId, name: String, fields: Seq[CSharpField], implements: List[InterfaceId] = List.empty)(implicit im: CSharpImports, ts: Typespace) extends Product with Serializable
  2. final case class CSharpField(name: String, tp: CSharpType, structName: String, by: Seq[String]) extends Product with Serializable
  3. final case class CSharpType(id: TypeId)(implicit im: CSharpImports, ts: Typespace) extends Product with Serializable

Value Members

  1. object CSharpClass extends Serializable
  2. object CSharpField extends Serializable
  3. object CSharpType extends Serializable

Ungrouped