[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]
Type Parameters
- T
Provides a collection facade around a C5 collection.
The following tables list the members exposed by the C5CollectionWrapper<(Of T>) generic type.
Public Methods
Name | Description | |
---|---|---|
![]() | Add |
Adds an item to the ICollection<(Of T>).
|
![]() | Clear |
Removes all items from the ICollection<(Of T>).
|
![]() | Contains |
Determines whether the ICollection<(Of T>) contains a specific value.
|
![]() | CopyTo | |
![]() | Equals | (Inherited from Object.) |
![]() | GetEnumerator |
Returns an enumerator that iterates through the collection.
|
![]() | GetHashCode | (Inherited from Object.) |
![]() | GetType | (Inherited from Object.) |
![]() | Remove |
Removes the first occurrence of a specific object from the ICollection<(Of T>).
|
![]() | ToString | (Inherited from Object.) |
Protected Methods
Name | Description | |
---|---|---|
![]() | Finalize | (Inherited from Object.) |
![]() | MemberwiseClone | (Inherited from Object.) |
Public Constructors
Name | Description | |
---|---|---|
![]() | C5CollectionWrapper<(Of T>)New |
Initializes a new instance of the C5CollectionWrapper<(Of T>) class.
|
Public Properties
Name | Description | |
---|---|---|
![]() | Count |
Gets the number of elements contained in the ICollection<(Of T>).
|
![]() | IsReadOnly |
Gets a value indicating whether the ICollection<(Of T>) is read-only.
|
Explicit Interface Implementations
Name | Description | |
---|---|---|
![]() ![]() | IEnumerable.System.Collections.IEnumerable.GetEnumerator |
Returns an enumerator that iterates through a collection.
|