VirtualTypeBuilder.DeclaringType Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.