Свойство | Type | Description | |
---|---|---|---|
Equals | bool | ||
IsMatch | bool |
Méthode | Description | |
---|---|---|
ISerializable ( |
Adds the underlying property of a wild card pattern to the serialization info.
|
|
IsMatch ( string input ) : bool |
Indicates whether the wildcard pattern finds a match in the specified input string.
|
|
IsMatch ( string pattern, string input ) : bool |
Indicates whether the specified wildcard pattern finds a match in the specified input string.
|
|
IsMatch ( string pattern, string input, WildcardPatternOptions options, System.StringComparison comparisonType ) : bool |
Indicates whether the specified wildcard pattern finds a match in the specified input string.
|
|
WildcardPattern ( string pattern ) : System |
Initializes a new instance of a wild card pattern.
|
|
WildcardPattern ( string pattern, WildcardPatternOptions options, System.StringComparison comparisonType ) : System |
Initializes a new instance of a wild card pattern.
|
Méthode | Description | |
---|---|---|
GetObjectData ( |
Adds the underlying property of a wild card pattern to the serialization info. this is used by ISerializable.GetObjectData() so that it can be changed by derived classes. |
|
WildcardPattern ( ) : System |
Initializes a new instance of a wild card pattern. No public constructor without arguments. |
|
WildcardPattern ( |
Initializes a new instance of a wild card pattern based on the serialization info.
|
Méthode | Description | |
---|---|---|
Equals ( char l, char r ) : bool | ||
IsMatch ( string input, int p, int i ) : bool |
Handles the actual matching.
|
protected GetObjectData ( |
||
info | The serialization info. | |
context | The streaming context. | |
Résultat | void |
public ISerializable ( |
||
info | The serialization info. | |
context | The streaming context. | |
Résultat | void |
public IsMatch ( string input ) : bool | ||
input | string | /// The string to search for a match. /// |
Résultat | bool |
public static IsMatch ( string pattern, string input ) : bool | ||
pattern | string | /// The string that represents the wildcard pattern. /// |
input | string | /// The string to search for a match. /// |
Résultat | bool |
public static IsMatch ( string pattern, string input, WildcardPatternOptions options, System.StringComparison comparisonType ) : bool | ||
pattern | string | /// The string that represents the wildcard pattern. /// |
input | string | /// The string to search for a match. /// |
options | WildcardPatternOptions | /// The wildcard pattern options. /// |
comparisonType | System.StringComparison | /// The type of comparison. /// |
Résultat | bool |
protected WildcardPattern ( |
||
info | The serialization info. | |
context | The streaming context. | |
Résultat | System |
public WildcardPattern ( string pattern ) : System | ||
pattern | string | /// The pattern to match on. /// |
Résultat | System |
public WildcardPattern ( string pattern, WildcardPatternOptions options, System.StringComparison comparisonType ) : System | ||
pattern | string | /// The pattern to match on. /// |
options | WildcardPatternOptions | /// The wildcard pattern options. /// |
comparisonType | System.StringComparison | /// The type of comparison. /// |
Résultat | System |