Share via


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

さまざまな結果型を持つ関数によって返される結果の型。

適用対象