Class PortList<T>
Inherited Members
Namespace: Mechatronics.SystemGraph
Assembly: solution.dll
Syntax
[Serializable]
public class PortList<T> : IList<T>, ICollection<T>, IEnumerable<T>, IList, ICollection, IEnumerable
Type Parameters
Name | Description |
---|---|
T |
Properties
Name | Description |
---|---|
Count | Gets the count. |
IsFixedSize | Gets a value indicating whether this instance is fixed size. |
IsReadOnly | Gets a value indicating whether this instance is read only. |
IsSynchronized | Gets a value indicating whether this instance is synchronized. |
this[int] | Gets or sets the value at index. |
SyncRoot | Gets the synchronize root. |
Methods
Name | Description |
---|---|
Add(T) | Adds the specified item. |
Clear() | Clears this instance. |
Contains(T) | Determines whether this instance contains the object. |
CopyTo(T[], int) | Copies to. |
GetEnumerator() | Gets the enumerator. |
IndexOf(T) | Returns the index of an item. |
Insert(int, T) | Inserts the specified index. |
Remove(T) | Removes the specified item. |
RemoveAt(int) | Removes at. |