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

결과 형식이 다양한 함수에서 반환하는 결과의 형식입니다.

적용 대상