PatternMatcherCreationOptions.ContainerSplitCharacters Field
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Characters that should be considered as describing a container/contained boundary. When matching types, this can be the '.' character e.g. Namespace.Class.Property, so that the search can tailor behavior to better match Property first, then Class, then Namespace. This also can work with directory separators in filenames and any other logical container/contained pattern in candidate strings.
null
signifies no characters are container boundaries.
public: initonly System::Collections::Generic::IReadOnlyCollection<char> ^ ContainerSplitCharacters;
public readonly System.Collections.Generic.IReadOnlyCollection<char> ContainerSplitCharacters;
val mutable ContainerSplitCharacters : System.Collections.Generic.IReadOnlyCollection<char>
Public ReadOnly ContainerSplitCharacters As IReadOnlyCollection(Of Char)