Public Methods (see also Protected Methods)
Name | Description | |
---|---|---|
Add | Overloaded. | |
Clear | The Clear method removes all values from the ValueCollection. | |
Contains | Overloaded. | |
Equals | Overloaded. (Inherited from Object) | |
GetEnumerator | ||
GetHashCode | (Inherited from Object) | |
GetType | (Inherited from Object) | |
ReferenceEquals | (Inherited from Object) | |
Remove | Overloaded. | |
Set | The Set method removes all of the values of the ValueCollection and adds a single bool value. | |
ToByteArrays | The ToByteArrays method converts the ValueCollection into an array of Byte
arrays.
|
|
ToIntegerArray | The ToIntegerArray method converts the ValueCollection into an array of integers. | |
ToString | (Inherited from Object) | |
ToStringArray | The ToStringArray method converts the ValueCollection into an array of strings. |
Protected Methods
Name | Description | |
---|---|---|
Finalize | (Inherited from Object) | |
MemberwiseClone | (Inherited from Object) |
Explicit Interface Implementations
Name | Description | |
---|---|---|
System.Collections.IEnumerable.GetEnumerator |