mirror of
https://github.com/github/codeql.git
synced 2025-12-18 18:10:39 +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
|