Click or drag to resize

MagicWordCollection Properties

This is preliminary documentation and is subject to change.

The MagicWordCollection type exposes the following members.

Properties
 NameDescription
Public propertyCountGets the number of elements contained in the ReadOnlyCollectionT instance.
(Inherited from ReadOnlyCollectionMagicWordInfo)
Public propertyItemInt32Gets the element at the specified index.
(Inherited from ReadOnlyCollectionMagicWordInfo)
Public propertyItemString Gets the magic word with specified name (magic word ID). The match is case-sensitive.
Protected propertyItemsReturns the IListT that the ReadOnlyCollectionT wraps.
(Inherited from ReadOnlyCollectionMagicWordInfo)
Top
Explicit Interface Implementations
 NameDescription
Explicit interface implementationPrivate propertyIListIsFixedSizeGets a value indicating whether the IList has a fixed size.
(Inherited from ReadOnlyCollectionMagicWordInfo)
Explicit interface implementationPrivate propertyICollectionTIsReadOnlyGets a value indicating whether the ICollectionT is read-only.
(Inherited from ReadOnlyCollectionMagicWordInfo)
Explicit interface implementationPrivate propertyIListIsReadOnlyGets a value indicating whether the IList is read-only.
(Inherited from ReadOnlyCollectionMagicWordInfo)
Explicit interface implementationPrivate propertyICollectionIsSynchronizedGets a value indicating whether access to the ICollection is synchronized (thread safe).
(Inherited from ReadOnlyCollectionMagicWordInfo)
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 ReadOnlyCollectionMagicWordInfo)
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 ReadOnlyCollectionMagicWordInfo)
Explicit interface implementationPrivate propertyICollectionSyncRootGets an object that can be used to synchronize access to the ICollection.
(Inherited from ReadOnlyCollectionMagicWordInfo)
Top
See Also