共用方式為


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,指定 Web 方法的傳回型別。

備註

PatternMatcher實例的屬性(例如做為搜尋目標的正則運算式)會根據套用 MatchAttribute 至傳回型別之欄位的屬性來填入。

適用於