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

◆ ArgumentEmptyArray()

static void System.Reflection.Throw.ArgumentEmptyArray ( string parameterName)
inlinestaticpackage

Definition at line 124 of file Throw.cs.

125 {
126 throw new ArgumentException(System.SR.ExpectedNonEmptyArray, parameterName);
127 }
static string ExpectedNonEmptyArray
Definition SR.cs:204
Definition SR.cs:7

References System.SR.ExpectedNonEmptyArray.

Referenced by System.Reflection.PortableExecutable.DebugDirectoryBuilder.AddPdbChecksumEntry().