C# Class ICSharpCode.NRefactory.CSharp.CommentReferencesCreator

Show file Open project: 0xd4d/NRefactory

Public Methods

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

Private Methods

Method Description
Add ( string s, object @ref, bool isLocal ) : void

Method Details

AddReference() public method

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

AddText() public method

public AddText ( string text ) : void
text string
return void

CommentReferencesCreator() public method

public CommentReferencesCreator ( StringBuilder sb ) : System.Collections.Generic
sb System.Text.StringBuilder
return System.Collections.Generic