C# Класс Monobjc.Tools.Generator.Utilities.CommentHelper

Helper class to deal with C# XML comments.
Показать файл Открыть проект

Открытые методы

Метод Описание
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