C# 클래스 Monobjc.Tools.Generator.Utilities.CommentHelper

Helper class to deal with C# XML comments.
파일 보기 프로젝트 열기: Monobjc/monobjc-tools

공개 메소드들

메소드 설명
ExtractAvailability ( String comment ) : String

Extracts the availability version.

GetAvailability ( String version ) : String

Gets the availability formatted string.

IsAvailability ( String comment ) : bool

Determines whether the specified comment is an availability.

IsDeclaration ( String comment ) : bool

Determines whether the specified comment is a declaration.

IsParagraph ( String comment ) : bool

Determines whether the specified comment is a paragraph.

IsParameter ( String comment ) : bool

Determines whether the specified comment is a parameter.

IsRemarks ( String comment ) : bool

Determines whether the specified comment is remarks.

IsReturn ( String comment ) : bool

Determines whether the specified comment is a return.

IsSignature ( String comment ) : bool

Determines whether the specified comment is a signature.

IsSummary ( String comment ) : bool

Determines whether the specified comment is a summary.

메소드 상세

ExtractAvailability() 공개 정적인 메소드

Extracts the availability version.
public static ExtractAvailability ( String comment ) : String
comment String The comment.
리턴 String

GetAvailability() 공개 정적인 메소드

Gets the availability formatted string.
public static GetAvailability ( String version ) : String
version String The version.
리턴 String

IsAvailability() 공개 정적인 메소드

Determines whether the specified comment is an availability.
public static IsAvailability ( String comment ) : bool
comment String The comment.
리턴 bool

IsDeclaration() 공개 정적인 메소드

Determines whether the specified comment is a declaration.
public static IsDeclaration ( String comment ) : bool
comment String The comment.
리턴 bool

IsParagraph() 공개 정적인 메소드

Determines whether the specified comment is a paragraph.
public static IsParagraph ( String comment ) : bool
comment String The comment.
리턴 bool

IsParameter() 공개 정적인 메소드

Determines whether the specified comment is a parameter.
public static IsParameter ( String comment ) : bool
comment String The comment.
리턴 bool

IsRemarks() 공개 정적인 메소드

Determines whether the specified comment is remarks.
public static IsRemarks ( String comment ) : bool
comment String The comment.
리턴 bool

IsReturn() 공개 정적인 메소드

Determines whether the specified comment is a return.
public static IsReturn ( String comment ) : bool
comment String The comment.
리턴 bool

IsSignature() 공개 정적인 메소드

Determines whether the specified comment is a signature.
public static IsSignature ( String comment ) : bool
comment String The comment.
리턴 bool

IsSummary() 공개 정적인 메소드

Determines whether the specified comment is a summary.
public static IsSummary ( String comment ) : bool
comment String The comment.
리턴 bool