コード例 #1
0
ファイル: TextRange.cs プロジェクト: modulexcite/IL2JS
 extern public int CompareEndPoints(string how, TextRange sourceRange);
コード例 #2
0
ファイル: TextRange.cs プロジェクト: modulexcite/IL2JS
 extern public bool IsEqual(TextRange range);
コード例 #3
0
ファイル: TextRange.cs プロジェクト: modulexcite/IL2JS
 extern public void SetEndPoint(string how, TextRange sourceRange);
コード例 #4
0
ファイル: TextRange.cs プロジェクト: modulexcite/IL2JS
 extern public bool InRange(TextRange range);