PortfolioList Class

Class PortfolioList.
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.
JScript does not support generic types and methods.
This language is not supported or no code example is available.
Name Description
Public constructor PortfolioList() Initializes a new instance of the PortfolioList class.
Top
Name Description
Public property Count
Public property Item(string) Gets the Portfolio with the specified name.
Top
Methods
 
Name Description
Public method Add(Portfolio) Adds the specified portfolio.
Public method Clear() Clears this instance.
Public method Contains(Portfolio)
Public method Contains(int)
Public method Contains(string)
Public method GetById(int)
Public method GetByIndex(int)
Public method GetByName(string)
Public method GetEnumerator() Returns an enumerator that iterates through the collection.
Top

In this article

Definition