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

◆ TooManySubnamespaces()

static void System.Reflection.Throw.TooManySubnamespaces ( )
inlinestaticpackage

Definition at line 271 of file Throw.cs.

272 {
273 throw new BadImageFormatException(System.SR.TooManySubnamespaces);
274 }
static string TooManySubnamespaces
Definition SR.cs:146
Definition SR.cs:7

References System.SR.TooManySubnamespaces.

Referenced by System.Reflection.Metadata.NamespaceDefinitionHandle.FromVirtualIndex().