NonGenericList Class |
Namespace: Aspose.PSD
The NonGenericList type exposes the following members.
Name | Description | |
---|---|---|
![]() | NonGenericList |
Initializes a new instance of the NonGenericList class.
|
Name | Description | |
---|---|---|
![]() | Count |
Gets the number of elements contained in the ICollection.
|
![]() | IsFixedSize |
Gets a value indicating whether the IList has a fixed size.
|
![]() | IsReadOnly |
Gets a value indicating whether the IList is read-only.
|
![]() | IsSynchronized |
Gets a value indicating whether access to the ICollection is synchronized (thread safe).
|
![]() | Item |
Gets or sets the element at the specified index.
|
![]() | SyncRoot |
Gets an object that can be used to synchronize access to the ICollection.
|
Name | Description | |
---|---|---|
![]() | Add |
Adds an item to the IList.
|
![]() | Clear |
Removes all items from the IList.
|
![]() | Contains |
Determines whether the IList contains a specific value.
|
![]() | CopyTo |
Copies the elements of the ICollection to an Array, starting at a particular Array index.
|
![]() | Equals | (Inherited from Object.) |
![]() | Finalize | (Inherited from Object.) |
![]() | GetEnumerator |
Returns an enumerator that iterates through a collection.
|
![]() | GetHashCode | (Inherited from Object.) |
![]() | GetType | (Inherited from Object.) |
![]() | IndexOf |
Determines the index of a specific item in the IList.
|
![]() | Insert |
Inserts an item to the IList at the specified index.
|
![]() | MemberwiseClone | (Inherited from Object.) |
![]() | Remove |
Removes the first occurrence of a specific object from the IList.
|
![]() | RemoveAt |
Removes the IList item at the specified index.
|
![]() | ToString | (Inherited from Object.) |
Name | Description | |
---|---|---|
![]() | list |
The list - internal container of objects
|