ServiceKnownTypeAttribute.DeclaringType 属性

定义

获取包含返回已知类型的方法的类型。

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

属性值

包含返回已知类型的方法的 Type

适用于