Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches

◆ ComSourceInterfacesAttribute() [4/5]

System.Runtime.InteropServices.ComSourceInterfacesAttribute.ComSourceInterfacesAttribute ( Type sourceInterface1,
Type sourceInterface2,
Type sourceInterface3 )
inline

Definition at line 23 of file ComSourceInterfacesAttribute.cs.

24 {
25 Value = sourceInterface1.FullName + "\0" + sourceInterface2.FullName + "\0" + sourceInterface3.FullName;
26 }

References System.Type.FullName, and System.Runtime.InteropServices.ComSourceInterfacesAttribute.Value.