BcfArrayBoxT Class |
[This is preliminary documentation and is subject to change.]
Namespace: CalculationWorks.BusinessModel
public class BcfArrayBox<T> : IList<T>, ICollection<T>, IEnumerable<T>, IEnumerable, IReadOnlyList<T>, IReadOnlyCollection<T>, IList, ICollection
The BcfArrayBoxT type exposes the following members.
| Name | Description | |
|---|---|---|
| BcfArrayBoxT(ImmutableArrayT) |
Creates a new instance of the class.
| |
| BcfArrayBoxT(ImmutableArrayT, Boolean) |
Creates a new instance of the class.
|
| Name | Description | |
|---|---|---|
| Array |
Gets the wrapped immutable array.
| |
| Count |
Returns the number of elements in the Array.
| |
| EnsuresDistinct |
Gets a value indicating whether the elements in the array are known as distinct.
| |
| Item |
Gets the element at the specified index.
|
| Name | Description | |
|---|---|---|
| Contains |
Determines whether the Array contains the specified item.
| |
| CopyTo |
Copies the items to a compatible one-dimensional array, starting at the specified index of the target array.
| |
| Distinct |
Gets an instance of BcfArrayBoxT containing distinct items of this instance.
| |
| 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 |
Gets an Enumerator that can be used to iterate through the collection.
| |
| GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| IndexOf |
Gets the index of a specific item in Array.
| |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| ToString | Returns a string that represents the current object. (Inherited from Object.) |