C# 클래스 ImportComments.CommentFormatting

파일 보기 프로젝트 열기: dotnet/import-comments 1 사용 예제들

공개 메소드들

메소드 설명
FormatInnerContent ( string innerXml ) : string
HasAnXmlTag ( string xml ) : bool

비공개 메소드들

메소드 설명
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

메소드 상세

FormatInnerContent() 공개 정적인 메소드

public static FormatInnerContent ( string innerXml ) : string
innerXml string
리턴 string

HasAnXmlTag() 공개 정적인 메소드

public static HasAnXmlTag ( string xml ) : bool
xml string
리턴 bool