C# 클래스 Monobjc.Tools.Generator.Parsers.CodeDom.Utilities.Comment_Extensions

파일 보기 프로젝트 열기: Monobjc/monobjc-tools

공개 메소드들

메소드 설명
GetParameterDescription ( this comments, String name ) : String
Trim ( this comment ) : String

Remove common tags from the comment.

비공개 메소드들

메소드 설명
Trim ( String comment, String tag ) : string

Remove a tag from the given string.

메소드 상세

GetParameterDescription() 공개 정적인 메소드

public static GetParameterDescription ( this comments, String name ) : String
comments this
name String
리턴 String

Trim() 공개 정적인 메소드

Remove common tags from the comment.
public static Trim ( this comment ) : String
comment this The comment.
리턴 String