TypeBuilder.SetParentCore(Type) Método

Definición

Cuando se invalida en una clase derivada, establece el tipo base del tipo actualmente en construcción.

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

Parámetros

parent
Type

Nuevo tipo base.

Se aplica a