Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
ExpandoTrySetValue()
static ? object System.Runtime.CompilerServices.RuntimeOps.ExpandoTrySetValue
(
ExpandoObject
expando
,
object?
indexClass
,
int
index
,
object?
value
,
string
name
,
bool
ignoreCase
)
inline
static
Definition at line
292
of file
RuntimeOps.cs
.
293
{
294
expando
.TrySetValue(
indexClass
,
index
,
value
, name,
ignoreCase
,
add
:
false
);
295
return
value
;
296
}
System.Collections.Generic.Dictionary
Definition
Dictionary.cs:14
System.ExceptionArgument.value
@ value
System.ExceptionArgument.index
@ index
References
System.index
, and
System.value
.
System
Runtime
CompilerServices
RuntimeOps
Generated by
1.10.0