ConnectionItems Class

Definition

The items associated with a given connection.

public ref class ConnectionItems : System::Collections::Generic::ICollection<System::Collections::Generic::KeyValuePair<System::Object ^, System::Object ^>>, System::Collections::Generic::IDictionary<System::Object ^, System::Object ^>, System::Collections::Generic::IEnumerable<System::Collections::Generic::KeyValuePair<System::Object ^, System::Object ^>>
public class ConnectionItems : System.Collections.Generic.ICollection<System.Collections.Generic.KeyValuePair<object,object>>, System.Collections.Generic.IDictionary<object,object>, System.Collections.Generic.IEnumerable<System.Collections.Generic.KeyValuePair<object,object>>
type ConnectionItems = class
    interface IDictionary<obj, obj>
    interface ICollection<KeyValuePair<obj, obj>>
    interface seq<KeyValuePair<obj, obj>>
    interface IEnumerable
Public Class ConnectionItems
Implements ICollection(Of KeyValuePair(Of Object, Object)), IDictionary(Of Object, Object), IEnumerable(Of KeyValuePair(Of Object, Object))
Inheritance
ConnectionItems
Implements

Constructors

ConnectionItems()

Initializes a new instance of ConnectionItems.

ConnectionItems(IDictionary<Object,Object>)

Initializes a new instance of ConnectionItems with items.

Properties

Items

Gets or sets the items for the connection.

Explicit Interface Implementations

ICollection<KeyValuePair<Object,Object>>.Add(KeyValuePair<Object,Object>)
ICollection<KeyValuePair<Object,Object>>.Clear()
ICollection<KeyValuePair<Object,Object>>.Contains(KeyValuePair<Object,Object>)
ICollection<KeyValuePair<Object,Object>>.CopyTo(KeyValuePair<Object,Object>[], Int32)
ICollection<KeyValuePair<Object,Object>>.Count
ICollection<KeyValuePair<Object,Object>>.IsReadOnly
ICollection<KeyValuePair<Object,Object>>.Remove(KeyValuePair<Object,Object>)
IDictionary<Object,Object>.Add(Object, Object)
IDictionary<Object,Object>.ContainsKey(Object)
IDictionary<Object,Object>.Item[Object]
IDictionary<Object,Object>.Keys
IDictionary<Object,Object>.Remove(Object)
IDictionary<Object,Object>.TryGetValue(Object, Object)
IDictionary<Object,Object>.Values
IEnumerable.GetEnumerator()
IEnumerable<KeyValuePair<Object,Object>>.GetEnumerator()

Applies to