C# Class Monobjc.Tools.Generator.Parsers.CodeDom.Utilities.Comment_Extensions

Afficher le fichier Open project: Monobjc/monobjc-tools

Méthodes publiques

Méthode Description
GetParameterDescription ( this comments, String name ) : String
Trim ( this comment ) : String

Remove common tags from the comment.

Private Methods

Méthode Description
Trim ( String comment, String tag ) : string

Remove a tag from the given string.

Method Details

GetParameterDescription() public static méthode

public static GetParameterDescription ( this comments, String name ) : String
comments this
name String
Résultat String

Trim() public static méthode

Remove common tags from the comment.
public static Trim ( this comment ) : String
comment this The comment.
Résultat String