AppViaStampCollection Class

Definition

The AppViaStampCollection class represents a read-only collection of AppViaStamps. This class implements the IEnumerable and ICollection interfaces and is derived from the System.Object class.

public ref class AppViaStampCollection sealed : System::Collections::ICollection
public sealed class AppViaStampCollection : System.Collections.ICollection
Public NotInheritable Class AppViaStampCollection
Implements ICollection
Inheritance
AppViaStampCollection
Implements

Properties

Count

The Count property contains the total number of stamps in the collection.

IsReadOnly

The IsReadOnly property indicates whether the collection is read-only, always true.

IsSynchronized

The IsSynchronized property indicates whether access to the collection is synchronized.

Item[Int32]

The Item property contains the AppViaStamp element at the specified index. In C#, this property is the indexer for the AppViaStampCollection class.

SyncRoot

The SyncRoot property contains an object that is used to synchronize access to the collection. This implementation always returns the current instance of the AppViaStampCollection object.

Methods

CopyTo(Array, Int32)

Copies the elements of the collection to an array, starting at a particular array index.

GetEnumerator()

Returns an enumerator that can iterate through the collection.

Applies to