Udostępnij za pośrednictwem


VirtualTypeBuilder.DeclaringType Property

Definition

Gets or sets the declaring type for the resulting virtual type.

public:
 property Type ^ DeclaringType { Type ^ get(); void set(Type ^ value); };
public:
 property Platform::Type ^ DeclaringType { Platform::Type ^ get(); void set(Platform::Type ^ value); };
public Type DeclaringType { get; set; }
member this.DeclaringType : Type with get, set
Public Property DeclaringType As Type

Property Value

A Type that represents a DeclaringType.

Applies to