PortfolioList Class
public class PortfolioList : IEnumerable<Portfolio>
This language is not supported or no code example is available.
public ref class PortfolioList : public IEnumerable<Portfolio^>^
This language is not supported or no code example is available.
| Name | Description | |
|---|---|---|
|
PortfolioList() | Initializes a new instance of the PortfolioList class. |
| Name | Description | |
|---|---|---|
|
Count | |
|
Item(string) | Gets the Portfolio with the specified name. |
| Name | Description | |
|---|---|---|
|
Add(Portfolio) | Adds the specified portfolio. |
|
Clear() | Clears this instance. |
|
Contains(Portfolio) | |
|
Contains(int) | |
|
Contains(string) | |
|
GetById(int) | |
|
GetByIndex(int) | |
|
GetByName(string) | |
|
GetEnumerator() | Returns an enumerator that iterates through the collection. |