Aracılığıyla paylaş


MetadataBuilder.AddNestedType Yöntem

Tanım

Belirtilen tür tanımlarıyla iç içe bir ilişki tanımlar.

public:
 void AddNestedType(System::Reflection::Metadata::TypeDefinitionHandle type, System::Reflection::Metadata::TypeDefinitionHandle enclosingType);
public void AddNestedType (System.Reflection.Metadata.TypeDefinitionHandle type, System.Reflection.Metadata.TypeDefinitionHandle enclosingType);
member this.AddNestedType : System.Reflection.Metadata.TypeDefinitionHandle * System.Reflection.Metadata.TypeDefinitionHandle -> unit
Public Sub AddNestedType (type As TypeDefinitionHandle, enclosingType As TypeDefinitionHandle)

Parametreler

type
TypeDefinitionHandle

İç içe tür tanımı tanıtıcısı.

enclosingType
TypeDefinitionHandle

Kapsayan tür tanımı tanıtıcısı.

Açıklamalar

Girdiler, karşılık gelen iç içe tür tanımlarıyla aynı sırada eklenmelidir.

Şunlara uygulanır