Bridge

RegexMatch..::..Item Property

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

Syntax


[ExternalAttribute]
[ExternalAttribute]
public string this[
	int index
] { get; set; }
<ExternalAttribute> _
<ExternalAttribute> _
Public Default Property Item ( _
	index As Integer _
) As String
	Get
	Set
[ExternalAttribute]
[ExternalAttribute]
public:
property String^ default[int^ index] {
	String^ get (int^ index);
	void set (int^ index, String^ value);
}

Parameters

index
Type: System..::..Int32