public sealed class SingularValueContributorCollection : IReadOnlyList<SingularValueContributor>,
IEnumerable<SingularValueContributor>, IEnumerable, IReadOnlyCollection<SingularValueContributor>
Public NotInheritable Class SingularValueContributorCollection
Implements IReadOnlyList(Of SingularValueContributor), IEnumerable(Of SingularValueContributor),
IEnumerable, IReadOnlyCollection(Of SingularValueContributor)
public ref class SingularValueContributorCollection sealed : IReadOnlyList<SingularValueContributor^>,
IEnumerable<SingularValueContributor^>, IEnumerable, IReadOnlyCollection<SingularValueContributor^>
[<SealedAttribute>]
type SingularValueContributorCollection =
class
interface IReadOnlyList<SingularValueContributor>
interface IEnumerable<SingularValueContributor>
interface IEnumerable
interface IReadOnlyCollection<SingularValueContributor>
end
Count | Gets the number of singular value contributors. |
Item | Gets the singular value contributor 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) |