The AssemblyGroupCollection type exposes the following members.

Methods

  NameDescription
Public methodGetEnumerator
Allows enumerating all the assembly groups in the collection.
Public methodGetObjectEnumerator
Allows enumerating all the assembly groups in the collection.
Public methodRemove(String)
Removes the assembly group with the given name.
Public methodRemove(AssemblyGroup)
Removes the given assembly group.
Public methodRemoveAt
Removes an assembly group at the specified index.

Properties

  NameDescription
Public propertyCount
Gets the number of assembly groups in the collection.
Public propertyItem[([( Int32])])
Public propertyItem[([( String])])

See Also