PatternMatcher(Type) 생성자

정의

입력 형식에 PatternMatcher 따라 인스턴스를 만듭니다.

public:
 PatternMatcher(Type ^ type);
public PatternMatcher(Type type);
new System.Web.Services.Protocols.PatternMatcher : Type -> System.Web.Services.Protocols.PatternMatcher
Public Sub New (type As Type)

매개 변수

type
Type

Type 웹 메서드의 반환 형식을 지정하는 A입니다.

설명

PatternMatcher 검색 대상을 만드는 정규식과 같은 인스턴스의 속성은 반환 형식의 필드에 적용된 특성에 MatchAttribute 따라 채워집니다.

적용 대상