InfoCollectionTParent, TInfo Class

CVB.Net Documentation
Generic collection of information objects.
Inheritance Hierarchy

SystemObject
  Stemmer.Cvb.Collections.GenericInfoCollectionTParent, TInfo
    More...

Namespace:  Stemmer.Cvb.Collections.Generic
Assembly:  Stemmer.Cvb (in Stemmer.Cvb.dll) Version: 14.0.0.0
Syntax

public abstract class InfoCollection<TParent, TInfo> : IEnumerable<TInfo>, 
	IEnumerable
where TParent : INativeHandle

Type Parameters

TParent
Type of the collection parent.
TInfo
Type of the information container.

The InfoCollectionTParent, TInfo type exposes the following members.

Constructors

  NameDescription
Protected methodInfoCollectionTParent, TInfo
Constructor.
Top
Properties

  NameDescription
Public propertyCount
Number of elements in the collection.
Top
Methods

  NameDescription
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Protected methodGetCount
Function with which the collection queries the number of elements
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Protected methodGetInfo
Function with which the collection retrieves the information object with the given index.
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToArray
Converts this collection into an array.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Fields

  NameDescription
Protected fieldParent
Parent image reference helps keeping track of the lifetime and provides the information basis for index access
Top
Explicit Interface Implementations

  NameDescription
Explicit interface implementationPrivate methodIEnumerableTInfoGetEnumerator
Provides the enumerator for plane information access.
Explicit interface implementationPrivate methodIEnumerableGetEnumerator
Provides the enumerator for type-unsafe information access.
Top
See Also

Reference

Inheritance Hierarchy

SystemObject
  Stemmer.Cvb.Collections.GenericInfoCollectionTParent, TInfo
    Stemmer.CvbImagePlaneCollection
    Stemmer.Cvb.MantoClassifierClassInformationCollection
    Stemmer.Cvb.MantoSampleImageListClassInformationCollection
    Stemmer.Cvb.MinosClassifierModelInformationCollection
    Stemmer.Cvb.MinosTrainingSetTrainingSetObjectInfoCollectionTParent, TInfo
    Stemmer.Cvb.SampleDatabaseSampleListLabelInfoCollectionTLabelInformation, TData