ServiceKnownTypeAttribute.DeclaringType プロパティ

定義

既知の型を返すメソッドを含む型を取得します。

public:
 property Type ^ DeclaringType { Type ^ get(); };
public Type DeclaringType { get; }
member this.DeclaringType : Type
Public ReadOnly Property DeclaringType As Type

プロパティ値

既知の型を返すメソッドを含む Type

適用対象