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

◆ ComSourceInterfacesAttribute() [5/5]

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

Definition at line 28 of file ComSourceInterfacesAttribute.cs.

29 {
30 Value = sourceInterface1.FullName + "\0" + sourceInterface2.FullName + "\0" + sourceInterface3.FullName + "\0" + sourceInterface4.FullName;
31 }

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