UIConnectionGroupInfo Members
Include Protected Members
Include Inherited Members
This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.
The UIConnectionGroupInfo type exposes the following members.
Constructors
Name | Description | |
---|---|---|
UIConnectionGroupInfo() | Infrastructure. | |
UIConnectionGroupInfo(Int32) | Infrastructure. | |
UIConnectionGroupInfo(UIConnectionGroupInfo) | Infrastructure. | |
UIConnectionGroupInfo(UIConnectionInfo) | Infrastructure. | |
UIConnectionGroupInfo(IEnumerable<UIConnectionInfo>) | Infrastructure. |
Top
Methods
Top
Properties
Name | Description | |
---|---|---|
Capacity | (Inherited from List<UIConnectionInfo>.) | |
Count | (Inherited from List<UIConnectionInfo>.) | |
Item[Int32] | (Inherited from List<UIConnectionInfo>.) | |
Name | Infrastructure. |
Top
Explicit Interface Implementations
Name | Description | |
---|---|---|
IList.Add(Object) | (Inherited from List<UIConnectionInfo>.) | |
IList.Contains(Object) | (Inherited from List<UIConnectionInfo>.) | |
ICollection.CopyTo(Array, Int32) | (Inherited from List<UIConnectionInfo>.) | |
IEnumerable<T>.GetEnumerator() | (Inherited from List<UIConnectionInfo>.) | |
IEnumerable.GetEnumerator() | (Inherited from List<UIConnectionInfo>.) | |
IList.IndexOf(Object) | (Inherited from List<UIConnectionInfo>.) | |
IList.Insert(Int32, Object) | (Inherited from List<UIConnectionInfo>.) | |
IList.IsFixedSize | (Inherited from List<UIConnectionInfo>.) | |
ICollection<T>.IsReadOnly | (Inherited from List<UIConnectionInfo>.) | |
IList.IsReadOnly | (Inherited from List<UIConnectionInfo>.) | |
ICollection.IsSynchronized | (Inherited from List<UIConnectionInfo>.) | |
IList.Item[Int32] | (Inherited from List<UIConnectionInfo>.) | |
IList.Remove(Object) | (Inherited from List<UIConnectionInfo>.) | |
ICollection.SyncRoot | (Inherited from List<UIConnectionInfo>.) |
Top