Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
AssemblyBuilderData.cs
Go to the documentation of this file.
2
4
5internal sealed class AssemblyBuilderData
6{
8
10
16
18 {
19 for (int i = 0; i < _moduleBuilderList.Count; i++)
20 {
22 moduleBuilder.CheckTypeNameConflict(strTypeName, enclosingType);
23 }
24 }
25}
void CheckTypeNameConflict(string strTypeName, TypeBuilder enclosingType)
readonly List< ModuleBuilder > _moduleBuilderList
AssemblyBuilderData(AssemblyBuilderAccess access)