The ArgumentTypeList type exposes the following members.
Properties
Name | Description | |
---|---|---|
![]() |
Count |
Gets the number of elements actually contained in the CollectionT. (Inherited from CollectionDataType.) |
![]() |
Item |
Gets or sets the element at the specified index. (Inherited from CollectionDataType.) |
Explicit Interface Implementations
Name | Description | |
---|---|---|
![]() ![]() |
IListIsFixedSize |
Gets a value indicating whether the IList has a fixed size. (Inherited from CollectionDataType.) |
![]() ![]() |
ICollectionTIsReadOnly |
Gets a value indicating whether the ICollectionT is read-only. (Inherited from CollectionDataType.) |
![]() ![]() |
IListIsReadOnly |
Gets a value indicating whether the IList is read-only. (Inherited from CollectionDataType.) |
![]() ![]() |
ICollectionIsSynchronized |
Gets a value indicating whether access to the ICollection is synchronized (thread safe). (Inherited from CollectionDataType.) |
![]() ![]() |
IListItem |
Gets or sets the element at the specified index. (Inherited from CollectionDataType.) |
![]() ![]() |
ICollectionSyncRoot |
Gets an object that can be used to synchronize access to the ICollection. (Inherited from CollectionDataType.) |
See Also