C# Class Microsoft.Languages.Editor.Extensions.TextChange

ファイルを表示 Open project: Microsoft/RTVS Class Usage Examples

Public Methods

Method Description
Equals ( object obj ) : bool
GetHashCode ( ) : int
TextChange ( int position, int length, string newText ) : System

Method Details

Equals() public method

public Equals ( object obj ) : bool
obj object
return bool

GetHashCode() public method

public GetHashCode ( ) : int
return int

TextChange() public method

public TextChange ( int position, int length, string newText ) : System
position int
length int
newText string
return System