The OffsetAssemblyCollection type exposes the following members.

Methods

  NameDescription
Public methodAdd
Adds an OffsetAssembly with the specified name and offset.
Public methodGetEnumerator
Implement the method declare in IEnumerable interface. This method return an enumerator which can be use to enumerate this collection.
Public methodGetObjectEnumerator
Implement the method declare in IEnumerable<T> interface. This method return an enumerator which can be use to enumerate this collection.
Public methodRemove(String)
Removes the OffsetAssembly with the given name.
Public methodRemove(OffsetAssembly)
Removes the given OffsetAssembly.
Public methodRemoveAt
Removes an OffsetAssembly by index.

Properties

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

See Also