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))