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

由具有多種結果型態的函數回傳的結果型別。

適用於