TypeDelegator.BaseType Özellik

Tanım

Geçerli türün temel türünü alır.

public:
 virtual property Type ^ BaseType { Type ^ get(); };
public override Type? BaseType { get; }
public override Type BaseType { get; }
member this.BaseType : Type
Public Overrides ReadOnly Property BaseType As Type

Özellik Değeri

Bir türün temel türü.

Açıklamalar

Temel tür, bu türün doğrudan devraldığı türdür. Object Sınıf türü diğer tüm türlerin üst düzey temel sınıfı olduğundan, temel türü olmayan tek türdür. Bu durumda, null türün temel türü Object olarak döndürülür.

Şunlara uygulanır