The following tables list the members exposed by JoinCollection.
| Name | Description | |
|---|---|---|
![]() | JoinCollection Constructor | Overloaded. Empty constructor. This will initialize the collection to 5 items. |
| Name | Description | |
|---|---|---|
![]() | Count | Returns the number of items contained in the collection. |
![]() | IsFixedSize | Gets a value indicating whether the collection is a fixed size. |
![]() | IsReadOnly | Gets a value indicating whether the Collection is read-only. |
![]() | IsSynchronized | Gets a value indicating whether access to the Collection is synchronized (thread safe). |
![]() | Item | Overloaded. Gets or Sets items in this collection. |
![]() | SyncRoot | Gets an object that can be used to synchronize access to the Collection. |
| Name | Description | |
|---|---|---|
![]() | Add | Adds a join to the collection. |
![]() | Clear | Clears the collection. |
![]() | Contains | Overloaded. Attempts to locate the Join within the collection. |
![]() | CopyTo | Overloaded. Copies the items from this collection into the array at the specified index. |
![]() | GetEnumerator | Overloaded. Returns an enumerator that can iterate through the Collection. |
![]() | IndexOf | Overloaded. Returns the index for the Join within the collection. |
![]() | Insert | Inserts the Join into the collection at the specified position. |
![]() | Remove | Removes the first occurrence of a specific Join from the Collection. |
![]() | RemoveAt | Removes the element at the specified index of the Collection. |


