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

由具有各種結果型別的函式所傳回結果的型別。

適用於