Persistate API documentation
SetPattern Method (patternToSet)
NamespacesPersistate.LanguageCommentTokenSetPattern(String)

[This is preliminary documentation and is subject to change.]

Sets a new regular expression pattern for matching comments.
Declaration Syntax
C#
public static void SetPattern(
	string patternToSet
)
Parameters
patternToSet (String)
The new pattern to set.
Remarks
The default pattern is //[^\n\r]*[\n\r], which matches anything from two slashes to the end of the current line.

Assembly: Persistate.Language (Module: Persistate.Language) Version: 0.6.1.20 (0.6.1.20)