Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
MethodImport.cs
Go to the documentation of this file.
2
3public readonly struct MethodImport
4{
6
7 private readonly StringHandle _name;
8
9 private readonly ModuleReferenceHandle _module;
10
12
14
16
18 {
19 _attributes = attributes;
20 _name = name;
21 _module = module;
22 }
23}
readonly MethodImportAttributes _attributes
readonly ModuleReferenceHandle _module
MethodImport(MethodImportAttributes attributes, StringHandle name, ModuleReferenceHandle module)