ResultTypeAttribute(Type) 构造函数

定义

初始化 ResultTypeAttribute 类的新实例。

public:
 ResultTypeAttribute(Type ^ type);
public ResultTypeAttribute(Type type);
new System.Data.Linq.Mapping.ResultTypeAttribute : Type -> System.Data.Linq.Mapping.ResultTypeAttribute
Public Sub New (type As Type)

参数

type
Type

具有各种结果类型的函数返回的结果的类型。

适用于