C# Class ICSharpCode.NRefactory.CSharp.FormattingChanges.TextReplaceAction

Afficher le fichier Open project: 0xd4d/NRefactory Class Usage Examples

Méthodes publiques

Méthode Description
Equals ( object obj ) : bool
GetHashCode ( ) : int
TextReplaceAction ( int offset, int removalLength, string newText ) : System
ToString ( ) : string

Method Details

Equals() public méthode

public Equals ( object obj ) : bool
obj object
Résultat bool

GetHashCode() public méthode

public GetHashCode ( ) : int
Résultat int

TextReplaceAction() public méthode

public TextReplaceAction ( int offset, int removalLength, string newText ) : System
offset int
removalLength int
newText string
Résultat System

ToString() public méthode

public ToString ( ) : string
Résultat string