PatternMatcher Constructor (Type^)

 
Use BaseTrue

Creates a PatternMatcher instance based on the input type.

Namespace:   System.Web.Services.Protocols
Assembly:  System.Web.Services (in System.Web.Services.dll)

public:
PatternMatcher(
	Type^ type
)

Parameters

type
Type: System::Type^

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

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.

.NET Framework
Available since 1.1
Return to top
Show: