PatternMatcher(Type) Constructor

Definition

Creates a PatternMatcher instance based on the input type.

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)

Parameters

type
Type

A Type that specifies the return type for a Web method.

Remarks

The PatternMatcher instance's properties, such as the regular expression to make the search target, are populated based on MatchAttribute attributes applied to fields of the return type.

Applies to