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

◆ AddPropertyMap()

void System.Reflection.Metadata.Ecma335.MetadataBuilder.AddPropertyMap ( TypeDefinitionHandle declaringType,
PropertyDefinitionHandle propertyList )
inline

Definition at line 1113 of file MetadataBuilder.cs.

1114 {
1115 _propertyMapTable.Add(new PropertyMapRow
1116 {
1117 Parent = declaringType.RowId,
1118 PropertyList = propertyList.RowId
1119 });
1120 }
void Add(TKey key, TValue value)
readonly List< PropertyMapRow > _propertyMapTable

References System.Reflection.Metadata.Ecma335.MetadataBuilder._propertyMapTable, and System.Collections.Generic.Dictionary< TKey, TValue >.Add().