Interface ICollection
Namespace: Experior.Core.Loads
Assembly: Experior.Core.dll
Syntax
public interface ICollection
Properties
Capacity
Declaration
int Capacity { get; }
Property Value
Type | Description |
---|---|
System.Int32 |
Count
Declaration
int Count { get; }
Property Value
Type | Description |
---|---|
System.Int32 |
Full
Declaration
bool Full { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
Name
Declaration
string Name { get; }
Property Value
Type | Description |
---|---|
System.String |
Methods
Clear()
Declaration
void Clear()
Insert(Load)
Declaration
void Insert(Load load)
Parameters
Type | Name | Description |
---|---|---|
Load | load |
Release()
Declaration
Load Release()
Returns
Type | Description |
---|---|
Load |
Remove()
Declaration
void Remove()