Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
IDictionaryService.cs
Go to the documentation of this file.
1
namespace
System.ComponentModel.Design
;
2
3
public
interface
IDictionaryService
4
{
5
object
?
GetKey
(
object
?
value
);
6
7
object
?
GetValue
(
object
key
);
8
9
void
SetValue
(
object
key
,
object
?
value
);
10
}
System.ComponentModel.Design.IDictionaryService.GetValue
object? GetValue(object key)
System.ComponentModel.Design.IDictionaryService.GetKey
object? GetKey(object? value)
System.ComponentModel.Design.IDictionaryService.SetValue
void SetValue(object key, object? value)
System.ComponentModel.Design.IDictionaryService
Definition
IDictionaryService.cs:4
System.ComponentModel.Design
Definition
DesignerSerializerAttribute.cs:1
System.ExceptionArgument.value
@ value
System.ExceptionArgument.key
@ key
source
System.ComponentModel.TypeConverter
System.ComponentModel.Design
IDictionaryService.cs
Generated by
1.10.0