Extension |
This is preliminary documentation and is subject to change.
The ExtensionCollection type exposes the following members.
Name | Description | |
---|---|---|
Count | Gets the number of elements contained in the ReadOnlyCollectionT instance. (Inherited from ReadOnlyCollectionExtensionInfo) | |
ItemInt32 | Gets the element at the specified index. (Inherited from ReadOnlyCollectionExtensionInfo) | |
ItemString | Gets the extension with specified name. The match is case-sensitive. | |
Items | Returns the IListT that the ReadOnlyCollectionT wraps. (Inherited from ReadOnlyCollectionExtensionInfo) |
Name | Description | |
---|---|---|
IListIsFixedSize | Gets a value indicating whether the IList has a fixed size. (Inherited from ReadOnlyCollectionExtensionInfo) | |
ICollectionTIsReadOnly | Gets a value indicating whether the ICollectionT is read-only. (Inherited from ReadOnlyCollectionExtensionInfo) | |
IListIsReadOnly | Gets a value indicating whether the IList is read-only. (Inherited from ReadOnlyCollectionExtensionInfo) | |
ICollectionIsSynchronized | Gets a value indicating whether access to the ICollection is synchronized (thread safe). (Inherited from ReadOnlyCollectionExtensionInfo) | |
IListTItem | Gets the element at the specified index. An NotSupportedException occurs if you try to set the item at the specified index. (Inherited from ReadOnlyCollectionExtensionInfo) | |
IListItem | Gets the element at the specified index. A NotSupportedException occurs if you try to set the item at the specified index. (Inherited from ReadOnlyCollectionExtensionInfo) | |
ICollectionSyncRoot | Gets an object that can be used to synchronize access to the ICollection. (Inherited from ReadOnlyCollectionExtensionInfo) |