Module.findType

Finds a ClassDeclaration or a StructDeclaration with the given name.

  1. TypeDeclaration findType(string name)
    class Module
    findType
    (
    string name
    )
  2. TypeDeclaration findType(int id)

Meta