WildcardAlias.

WildcardAlias(string, string) Constructor

Summary

Create a WildcardAlias with two patterns, the stored pattern and the pattern that is to be used at runtime.

Syntax

public WildcardAlias(string storedPattern, string runtimePattern)

Remarks

Create a WildcardAlias with two patterns, the stored pattern and the pattern that is to be used at runtime. One single '*' is allowed as a wildcard character.

Parameters

Name Type Description
storedPattern string
runtimePattern string

Return Value

Type Description
void