Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
Contains()
[1/4]
bool
IDictionary. System.ComponentModel.PropertyDescriptorCollection.Contains
(
object
key
)
inline
private
Definition at line
514
of file
PropertyDescriptorCollection.cs
.
515
{
516
if
(
key
is
string
)
517
{
518
return
this
[(
string
)
key
] !=
null
;
519
}
520
return
false
;
521
}
System.Collections.Generic.Dictionary
Definition
Dictionary.cs:14
string
System.ExceptionArgument.key
@ key
References
System.key
.
System
ComponentModel
PropertyDescriptorCollection
Generated by
1.10.0