The OffsetAssemblyCollection type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
| Add |
Adds an OffsetAssembly with the specified name and offset.
| |
| GetEnumerator |
Implement the method declare in IEnumerable interface. This method return an enumerator which can be use to enumerate this collection.
| |
| GetObjectEnumerator |
Implement the method declare in IEnumerable<T> interface. This method return an enumerator which can be use to enumerate this collection.
| |
| Remove(String) |
Removes the OffsetAssembly with the given name.
| |
| Remove(OffsetAssembly) |
Removes the given OffsetAssembly.
| |
| RemoveAt |
Removes an OffsetAssembly by index.
|
Properties
| Name | Description | |
|---|---|---|
| Count |
Gets the number of OffsetAssembly objects in the collection.
| |
| Item[([( Int32])]) | ||
| Item[([( String])]) |