Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
IIntellisenseBuilder.cs
Go to the documentation of this file.
1
namespace
System.ComponentModel
;
2
3
public
interface
IIntellisenseBuilder
4
{
5
string
Name
{
get
; }
6
7
bool
Show
(
string
language,
string
value
, ref
string
newValue);
8
}
System.ComponentModel.IIntellisenseBuilder.Show
bool Show(string language, string value, ref string newValue)
System.ComponentModel.IIntellisenseBuilder.Name
string Name
Definition
IIntellisenseBuilder.cs:5
System.ComponentModel.IIntellisenseBuilder
Definition
IIntellisenseBuilder.cs:4
System.ComponentModel
Definition
ColumnAttribute.cs:3
System.ExceptionArgument.value
@ value
source
System.ComponentModel.TypeConverter
System.ComponentModel
IIntellisenseBuilder.cs
Generated by
1.10.0