Bridge

Regex..::..LastIndex Property

Namespace:  Bridge.Text.RegularExpressions
Assembly:  Bridge (in Bridge.dll)

Syntax


[FieldPropertyAttribute]
[NameAttribute]
public int LastIndex { get; set; }
<FieldPropertyAttribute> _
<NameAttribute> _
Public Property LastIndex As Integer
	Get
	Set
[FieldPropertyAttribute]
[NameAttribute]
public:
property int^ LastIndex {
	int^ get ();
	void set (int^ value);
}