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

Web メソッドの戻り値の型を指定する Type

注釈

検索ターゲットにする正規表現などの PatternMatcher インスタンスのプロパティは、戻り値の型のフィールドに適用 MatchAttribute 属性に基づいて設定されます。

適用対象