PathMatcher.

IsSeparator(char) Method

Summary

Returns true if the specified value is a space or any of the following characters: ./+
Assembly
Weaver.dll
Namespace
Weaver.Editor
Containing Type
PathMatcher

Syntax

public static bool IsSeparator(char c)

Parameters

Name Type Description
c char

Return Value

Type Description
bool