MetadataBuilder.AddPropertyMap Method

Definition

public:
 void AddPropertyMap(System::Reflection::Metadata::TypeDefinitionHandle declaringType, System::Reflection::Metadata::PropertyDefinitionHandle propertyList);
public void AddPropertyMap (System.Reflection.Metadata.TypeDefinitionHandle declaringType, System.Reflection.Metadata.PropertyDefinitionHandle propertyList);
member this.AddPropertyMap : System.Reflection.Metadata.TypeDefinitionHandle * System.Reflection.Metadata.PropertyDefinitionHandle -> unit
Public Sub AddPropertyMap (declaringType As TypeDefinitionHandle, propertyList As PropertyDefinitionHandle)

Parameters

declaringType
TypeDefinitionHandle

Applies to