Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
this[int index]
[2/2]
object? IList. System.Collections.Specialized.StringCollection.this[int
index
]
get
set
private
Implements
System.Collections.IList
.
Definition at line
35
of file
StringCollection.cs
.
36
{
37
get
38
{
39
return
this
[
index
];
40
}
41
set
42
{
43
this
[
index
] = (
string
)
value
;
44
}
45
}
string
System.ExceptionArgument.value
@ value
System.ExceptionArgument.index
@ index
System
Collections
Specialized
StringCollection
Generated by
1.10.0