Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
IListSource.cs
Go to the documentation of this file.
1
using
System.Collections
;
2
3
namespace
System.ComponentModel
;
4
5
[MergableProperty(
false
)]
6
[Editor(
"System.Windows.Forms.Design.DataSourceListEditor, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
,
"System.Drawing.Design.UITypeEditor, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
)]
7
[TypeConverter(
"System.Windows.Forms.Design.DataSourceConverter, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
)]
8
public
interface
IListSource
9
{
10
bool
ContainsListCollection
{
get
; }
11
12
IList
GetList
();
13
}
System.Collections.IList
Definition
IList.cs:4
System.ComponentModel.IListSource.ContainsListCollection
bool ContainsListCollection
Definition
IListSource.cs:10
System.ComponentModel.IListSource.GetList
IList GetList()
System.ComponentModel.IListSource
Definition
IListSource.cs:9
System.Collections
Definition
BlockingCollection.cs:8
System.ComponentModel
Definition
ColumnAttribute.cs:3
source
System.ComponentModel.TypeConverter
System.ComponentModel
IListSource.cs
Generated by
1.10.0