C# Класс Monobjc.Tools.Generator.Parsers.CodeDom.Utilities.Comment_Extensions

Показать файл Открыть проект

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

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