Logo fantomas

ITypeDefn Type

Interface implemented by all type-definition node types that carry a type name and a member list. Used to access the common parts of a type definition (its header and members) without matching on every case.

Instance members

Instance member Description

this.Members

Full Usage: this.Members

Returns: MemberDefn list
Modifiers: abstract
Returns: MemberDefn list

this.TypeName

Full Usage: this.TypeName

Returns: TypeNameNode
Modifiers: abstract
Returns: TypeNameNode

Type something to start searching.