docs.inedo.com →
inedo.com →
ProGet SDK Reference
Version:
4.3.0
4.0.0
ProGet SDK
Inedo.Web.Controls
SimpleControlCollection
SimpleControlCollection Class
Inheritance Hierarchy
object
Inedo.Web.Controls.SimpleControlCollection
Syntax
public
class
SimpleControlCollection
:
IList
<
ISimpleControl
>,
ICollection
<
ISimpleControl
>,
IEnumerable
<
ISimpleControl
>,
System.Collections.IEnumerable
,
IReadOnlyList
<
ISimpleControl
>,
IReadOnlyCollection
<
ISimpleControl
>
Constructors
Name
Description
SimpleControlCollection
Properties
Name
Description
Count
Item
Methods
Name
Description
Add(ISimpleControl item)
Add(System.Collections.Generic.IEnumerable<ISimpleControl> items)
Add(ISimpleControl[] items)
Add(object item)
Add(object[] items)
AddLiteral(string literal, bool encoded)
Clear
Contains(ISimpleControl item)
GetEnumerator
IndexOf(ISimpleControl item)
Insert(int index, ISimpleControl item)
Remove(ISimpleControl item)
RemoveAt(int index)