ManagedObjectCollection<TItem> Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
generic <typename TItem>
public ref class ManagedObjectCollection : System::Collections::Generic::IEnumerable<System::Collections::Generic::KeyValuePair<System::String ^, TItem>>, System::Collections::ICollection
public class ManagedObjectCollection<TItem> : System.Collections.Generic.IEnumerable<System.Collections.Generic.KeyValuePair<string,TItem>>, System.Collections.ICollection
type ManagedObjectCollection<'Item> = class
interface ICollection
interface IEnumerable
interface seq<KeyValuePair<string, 'Item>>
Public Class ManagedObjectCollection(Of TItem)
Implements ICollection, IEnumerable(Of KeyValuePair(Of String, TItem))
Type Parameters
- TItem
- Inheritance
-
ManagedObjectCollection<TItem>
- Implements
Constructors
Properties
Count | |
Item[String] |
Methods
Events
Added | |
Removed |
Explicit Interface Implementations
ICollection.CopyTo(Array, Int32) | |
ICollection.Count | |
ICollection.IsSynchronized | |
ICollection.SyncRoot | |
IEnumerable.GetEnumerator() |