Share via


PatternMatcherCreationOptions.ContainerSplitCharacters Field

Definition

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) 

Field Value

Applies to