Click or drag to resize

ExtensionCollection Properties

This is preliminary documentation and is subject to change.

The ExtensionCollection type exposes the following members.

Properties
 NameDescription
Public propertyCountGets the number of elements contained in the ReadOnlyCollectionT instance.
(Inherited from ReadOnlyCollectionExtensionInfo)
Public propertyItemInt32Gets the element at the specified index.
(Inherited from ReadOnlyCollectionExtensionInfo)
Public propertyItemString Gets the extension with specified name. The match is case-sensitive.
Protected propertyItemsReturns the IListT that the ReadOnlyCollectionT wraps.
(Inherited from ReadOnlyCollectionExtensionInfo)
Top
Explicit Interface Implementations
 NameDescription
Explicit interface implementationPrivate propertyIListIsFixedSizeGets a value indicating whether the IList has a fixed size.
(Inherited from ReadOnlyCollectionExtensionInfo)
Explicit interface implementationPrivate propertyICollectionTIsReadOnlyGets a value indicating whether the ICollectionT is read-only.
(Inherited from ReadOnlyCollectionExtensionInfo)
Explicit interface implementationPrivate propertyIListIsReadOnlyGets a value indicating whether the IList is read-only.
(Inherited from ReadOnlyCollectionExtensionInfo)
Explicit interface implementationPrivate propertyICollectionIsSynchronizedGets a value indicating whether access to the ICollection is synchronized (thread safe).
(Inherited from ReadOnlyCollectionExtensionInfo)
Explicit interface implementationPrivate propertyIListTItemGets the element at the specified index. An NotSupportedException occurs if you try to set the item at the specified index.
(Inherited from ReadOnlyCollectionExtensionInfo)
Explicit interface implementationPrivate propertyIListItemGets the element at the specified index. A NotSupportedException occurs if you try to set the item at the specified index.
(Inherited from ReadOnlyCollectionExtensionInfo)
Explicit interface implementationPrivate propertyICollectionSyncRootGets an object that can be used to synchronize access to the ICollection.
(Inherited from ReadOnlyCollectionExtensionInfo)
Top
See Also