SampleImageListImageCollection Class

CVB.Net Documentation
Collection of image samples
Inheritance Hierarchy

SystemObject
  Stemmer.Cvb.SampleDatabaseSampleListSampleCollectionImage
    Stemmer.Cvb.SampleDatabaseSampleImageListImageCollection

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

public sealed class ImageCollection : SampleListSampleCollection<Image>

The SampleImageListImageCollection type exposes the following members.

Properties

  NameDescription
Public propertyCount
Get the number of samples for this collection.
(Inherited from SampleListSampleCollectionTData.)
Public propertyItem
Access one of the sample images.
(Inherited from SampleListSampleCollectionTData.)
Top
Methods

  NameDescription
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodRemove
Remove a sample.
(Inherited from SampleListSampleCollectionTData.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Explicit Interface Implementations

  NameDescription
Explicit interface implementationPrivate methodIEnumerableTDataGetEnumerator
Use the yield-mechanism to generate the enumerator
(Inherited from SampleListSampleCollectionTData.)
Explicit interface implementationPrivate methodIEnumerableGetEnumerator
Refer to the Generics-based implementation
(Inherited from SampleListSampleCollectionTData.)
Top
See Also

Reference