The AppViaStampCollectionclass represents a read-only collection of AppViaStamps.

This class implements the IEnumerableand ICollectioninterfaces and is derived from the System.Objectclass.

The AppViaStampCollectiontype exposes the following members.

Properties

  Name Description
Public property Count The Countproperty contains the total number of stamps in the collection.
Public property IsReadOnly The IsReadOnlyproperty indicates whether the collection is read-only, always true.
Public property IsSynchronized The IsSynchronizedproperty indicates whether access to the collection is synchronized.
Public property Item The Itemproperty contains the AppViaStamp element at the specified index. In C#, this property is the indexer for the AppViaStampCollection class.
Public property SyncRoot The SyncRootproperty contains an object that is used to synchronize access to the collection. This implementation always returns the current instance of the AppViaStampCollection object.
Top

Methods

  Name Description
Public method CopyTo Copies the elements of the collection to an array, starting at a particular array index.
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetEnumerator Returns an enumerator that can iterate through the collection.
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method ToString (Inherited from Object.)
Top

See also