RecursiveWildcardSegment.Match(String) 方法

定义

此 API 支持基础结构,不应从代码中直接使用。 将来的版本中可能会更改或删除此 API。

public:
 virtual bool Match(System::String ^ value);
public bool Match (string value);
abstract member Match : string -> bool
override this.Match : string -> bool
Public Function Match (value As String) As Boolean

参数

value
String

返回

实现

适用于