C# Class ImportComments.CommentFormatting

Afficher le fichier Open project: dotnet/import-comments Class Usage Examples

Méthodes publiques

Méthode Description
FormatInnerContent ( string innerXml ) : string
HasAnXmlTag ( string xml ) : bool

Private Methods

Méthode Description
BeginningOfTagIndex ( string s, int i ) : int
EndOfTagAndIsWithinLimit ( string s, int i, int limit ) : bool>.Tuple
GetSubstrings ( string s ) : List
GetSubstringsWithoutXMLTags ( string s ) : List
HandleTag ( string s, List substrings, int &start, int limit, int i ) : void
IsLongEnough ( int i, int lowerBound ) : bool
IsPunctuation ( char c ) : bool

Method Details

FormatInnerContent() public static méthode

public static FormatInnerContent ( string innerXml ) : string
innerXml string
Résultat string

HasAnXmlTag() public static méthode

public static HasAnXmlTag ( string xml ) : bool
xml string
Résultat bool