mirror of
https://github.com/github/codeql.git
synced 2026-01-30 23:02:56 +01:00
14 lines
218 B
Plaintext
14 lines
218 B
Plaintext
/**
|
|
* Provides a common model for all .Net languages, including C# and CIL.
|
|
*/
|
|
|
|
import Element
|
|
import Namespace
|
|
import Declaration
|
|
import Generics
|
|
import Type
|
|
import Variable
|
|
import Callable
|
|
import Expr
|
|
import Utils
|