TypedOperationInfo.ContractType 属性

定义

关联的协定接口的类型。

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

属性值

Type

一个 Type 对象,表示关联的协定接口的类型。

适用于