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

◆ MetadataReader() [2/4]

unsafe System.Reflection.Metadata.MetadataReader.MetadataReader ( byte * metadata,
int length,
MetadataReaderOptions options )
inline

Definition at line 313 of file MetadataReader.cs.

314 : this(metadata, length, options, null, null)
315 {
316 }