Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
this[int index]
[2/2]
object? IList. System.Text.RegularExpressions.MatchCollection.this[int
index
]
get
set
private
Implements
System.Collections.Generic.IList< T >
.
Definition at line
117
of file
MatchCollection.cs
.
118
{
119
get
120
{
121
return
this
[
index
];
122
}
123
set
124
{
125
throw
new
NotSupportedException(
System
.
SR
.
NotSupported_ReadOnlyCollection
);
126
}
127
}
System.SR.NotSupported_ReadOnlyCollection
static string NotSupported_ReadOnlyCollection
Definition
SR.cs:28
System.SR
Definition
SR.cs:7
System.ExceptionArgument.index
@ index
System
Definition
BlockingCollection.cs:8
System
Text
RegularExpressions
MatchCollection
Generated by
1.10.0