GenericParameter.Parent プロパティ

定義

このジェネリック パラメーターの親を表す TypeDefinitionHandle または MethodDefinitionHandle を取得します。

public:
 property System::Reflection::Metadata::EntityHandle Parent { System::Reflection::Metadata::EntityHandle get(); };
public System.Reflection.Metadata.EntityHandle Parent { get; }
member this.Parent : System.Reflection.Metadata.EntityHandle
Public ReadOnly Property Parent As EntityHandle

プロパティ値

注釈

OwnerECMA-335 標準のテーブルのフィールドGenericParamに対応します。

適用対象