TypeBuilder.SetParentCore(Type) Method

Definition

When overridden in a derived class, sets the base type of the type currently under construction.

protected:
 abstract void SetParentCore(Type ^ parent);
protected abstract void SetParentCore (Type? parent);
abstract member SetParentCore : Type -> unit
Protected MustOverride Sub SetParentCore (parent As Type)

Parameters

parent
Type

The new base type.

Applies to