Int
|
The IntPtrCollection type exposes the following members.
| Name | Description | |
|---|---|---|
| IntPtrCollection | Default constructor for the IntPtrCollection class. Creates an empty collection of IntPtr values. | |
| IntPtrCollection(Int32) | Constructor for the IntPtrCollection class. Creates an empty collection of IntPtr values with start capacity. | |
| IntPtrCollection(IntPtr) | Constructor for the IntPtrCollection class. Creates a collection of IntPtr values from the passed array. |
| Name | Description | |
|---|---|---|
| Capacity | Represents the number of elements that this collection can contain. | |
| Count | Represents the number of elements that this collection currently stores. | |
| IsFixedSize | Property that indicates whether this collection has a fixed size. | |
| IsReadOnly | Property that indicates whether this collection is read-only. | |
| IsSynchronized | Property that indicates whether access to this collection is thread-safe. | |
| Item | Property that represents an item from the collection at the specified index. | |
| SyncRoot | Property that represents an object that can be used to synchronize access to this collection. |
| Name | Description | |
|---|---|---|
| Add | Adds an IntPtr value to the collection. | |
| AddRange | Adds a range of values to the end of this collection. This method grows the collection capacity if necessary. | |
| Clear | Clears this collection of IntPtr values. | |
| Contains | Checks whether this collection contains a value that matches the specified value. | |
| CopyTo | Copies this collection of IntPtr values to the specified array at the specified index. | |
| Equals | Determines whether the specified object is equal to the current
object. (Inherited from Object) |
|
| Finalize | Allows an object to try to free resources and perform other
cleanup operations before it is reclaimed by garbage
collection. (Inherited from Object) |
|
| GetEnumerator | Returns the enumerator for this collection. | |
| GetHashCode | Serves as the default hash function. (Inherited from Object) |
|
| GetType | Gets the Type of the current
instance. (Inherited from Object) |
|
| IEnumerable_GetEnumerator | Returns the enumerator for this collection. | |
| IndexOf | Returns the index of the value in the collection that matches the specified value. | |
| Insert | Inserts the specified value to the collection at the provided index. | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) |
|
| Remove | Removes a value from the collection that matches the specified value. | |
| RemoveAt | Removes a value from the collection at the specified index. | |
| ToArray | Returns this collection as an array of IntPtr values. | |
| ToString | Returns a string that represents the current object. (Inherited from Object) |
|
| TrimToSize | Sets the capacity to the actual number of elements in this integer collection. |
| Name | Description | |
|---|---|---|
| DefaultSize | Default size of the collection. |
| © Bricsys NV. All rights reserved. |