C# Class ICSharpCode.NRefactory.CSharp.CommentReferencesCreator

Afficher le fichier Open project: 0xd4d/NRefactory

Méthodes publiques

Méthode Description
AddReference ( string text, object @ref, bool isLocal = false ) : void
AddText ( string text ) : void
CommentReferencesCreator ( StringBuilder sb ) : System.Collections.Generic

Private Methods

Méthode Description
Add ( string s, object @ref, bool isLocal ) : void

Method Details

AddReference() public méthode

public AddReference ( string text, object @ref, bool isLocal = false ) : void
text string
@ref object
isLocal bool
Résultat void

AddText() public méthode

public AddText ( string text ) : void
text string
Résultat void

CommentReferencesCreator() public méthode

public CommentReferencesCreator ( StringBuilder sb ) : System.Collections.Generic
sb System.Text.StringBuilder
Résultat System.Collections.Generic