Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
ExportedTypeExtensions.cs
Go to the documentation of this file.
1
namespace
System.Reflection.Metadata.Ecma335
;
2
3
public
static
class
ExportedTypeExtensions
4
{
5
public
static
int
GetTypeDefinitionId
(
this
ExportedType
exportedType)
6
{
7
return
exportedType.
reader
.
ExportedTypeTable
.GetTypeDefId(exportedType.
rowId
);
8
}
9
}
System.Reflection.Metadata.Ecma335.ExportedTypeExtensions.GetTypeDefinitionId
static int GetTypeDefinitionId(this ExportedType exportedType)
Definition
ExportedTypeExtensions.cs:5
System.Reflection.Metadata.Ecma335.ExportedTypeExtensions
Definition
ExportedTypeExtensions.cs:4
System.Reflection.Metadata.MetadataReader.ExportedTypeTable
ExportedTypeTableReader ExportedTypeTable
Definition
MetadataReader.cs:153
System.Reflection.Metadata.Ecma335
Definition
ArrayShapeEncoder.cs:3
System.Reflection.Metadata.ExportedType.reader
readonly MetadataReader reader
Definition
ExportedType.cs:5
System.Reflection.Metadata.ExportedType.rowId
readonly int rowId
Definition
ExportedType.cs:7
System.Reflection.Metadata.ExportedType
Definition
ExportedType.cs:4
source
System.Reflection.Metadata
System.Reflection.Metadata.Ecma335
ExportedTypeExtensions.cs
Generated by
1.10.0