TypeMapAssociationAttribute<TTypeMapGroup>(Type, Type) Costruttore

Definizione

Inizializza una nuova istanza di TypeMapAssociationAttribute<TTypeMapGroup>.

public:
 TypeMapAssociationAttribute(Type ^ source, Type ^ proxy);
public TypeMapAssociationAttribute(Type source, Type proxy);
new System.Runtime.InteropServices.TypeMapAssociationAttribute<'ypeMapGroup> : Type * Type -> System.Runtime.InteropServices.TypeMapAssociationAttribute<'ypeMapGroup>
Public Sub New (source As Type, proxy As Type)

Parametri

source
Type

Il tipo bersaglio.

proxy
Type

Tipo da associare a source.

Commenti

Questo mapping esisterà solo nella mappa dei tipi se il taglio osserva un'allocazione usando l'oggetto Type rappresentato da source.

Si applica a