PatternMatcher(Type) Costruttore

Definizione

Crea un'istanza PatternMatcher basata sul tipo di input.

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)

Parametri

type
Type

Oggetto Type che specifica il tipo restituito per un metodo Web.

Commenti

Le PatternMatcher proprietà dell'istanza, ad esempio l'espressione regolare per rendere la destinazione di ricerca, vengono popolate in MatchAttribute base agli attributi applicati ai campi del tipo restituito.

Si applica a