IAdjustValueCollection Interface |
Namespace: Aspose.Slides
The IAdjustValueCollection type exposes the following members.
Name | Description | |
---|---|---|
![]() | AsICollection |
Allows to get base ICollection interface.
Read-only ICollection.
|
![]() | AsIEnumerable |
Returns IEnumerable interface.
Read-only IEnumerable.
|
![]() | Count | Gets the number of elements contained in the ICollection. (Inherited from ICollection.) |
![]() | IsSynchronized | Gets a value indicating whether access to the ICollection is synchronized (thread safe). (Inherited from ICollection.) |
![]() | Item |
Returns adjustment by index.
|
![]() | SyncRoot | Gets an object that can be used to synchronize access to the ICollection. (Inherited from ICollection.) |
Name | Description | |
---|---|---|
![]() | CopyTo | (Inherited from ICollection.) |
![]() | GetEnumerator | Returns an enumerator that iterates through a collection. (Inherited from IEnumerable.) |