AttributedModelServices.GetContractName(Type) 方法

定义

获取指定类型的规范协定名称。

public:
 static System::String ^ GetContractName(Type ^ type);
public static string GetContractName (Type type);
static member GetContractName : Type -> string
Public Function GetContractName (type As Type) As String

参数

type
Type

要使用的类型。

返回

从指定类型创建的协定名称。

适用于