Terraria v1.4.4.9
Terraria source code documentation
All Classes Namespaces Files Functions Variables Enumerations Enumerator Properties Events Macros

◆ GetNativeDataSize()

int System.Runtime.InteropServices.CustomMarshalers.EnumeratorToEnumVariantMarshaler.GetNativeDataSize ( )
inline

Implements System.Runtime.InteropServices.ICustomMarshaler.

Definition at line 30 of file EnumeratorToEnumVariantMarshaler.cs.

31 {
32 return -1;
33 }