public sealed class ComplexEigenpairCollection : IEnumerable, 
	IEnumerable<ComplexEigenpair>, IReadOnlyCollection<ComplexEigenpair>, IReadOnlyList<ComplexEigenpair>Public NotInheritable Class ComplexEigenpairCollection
	Implements IEnumerable, IEnumerable(Of ComplexEigenpair), 
	IReadOnlyCollection(Of ComplexEigenpair), IReadOnlyList(Of ComplexEigenpair)public ref class ComplexEigenpairCollection sealed : IEnumerable, 
	IEnumerable<ComplexEigenpair^>, IReadOnlyCollection<ComplexEigenpair^>, IReadOnlyList<ComplexEigenpair^>[<SealedAttribute>]
type ComplexEigenpairCollection = 
    class
        interface IEnumerable
        interface IEnumerable<ComplexEigenpair>
        interface IReadOnlyCollection<ComplexEigenpair>
        interface IReadOnlyList<ComplexEigenpair>
    end| Count | Gets the number of eigenpairs in the collection. | 
| Item | Gets the eigenpair with the given index. | 
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) | 
| GetHashCode | Serves as the default hash function. (Inherited from Object) | 
| GetType | Gets the Type of the current instance. (Inherited from Object) | 
| ToString | Returns a string that represents the current object. (Inherited from Object) |