Regex.UseOptionR メソッド
定義
CompileToAssembly メソッドで生成される Regex オブジェクトによって使用されます。Used by a Regex object generated by the CompileToAssembly method.
protected:
bool UseOptionR();
protected bool UseOptionR ();
member this.UseOptionR : unit -> bool
Protected Function UseOptionR () As Boolean
戻り値
Options プロパティに RightToLeft オプションが含まれている場合は true
。それ以外の場合は false
。true
if the Options property contains the RightToLeft option; otherwise, false
.