TraceColumnCollection Members
Include Protected Members
Include Inherited Members
Contains a collection of TraceColumn objects. This class cannot be inherited.
The TraceColumnCollection type exposes the following members.
Methods
Name | Description | |
---|---|---|
Add(TraceColumn) | Adds a TraceColumn to the end of the collection. | |
Clear() | Removes all elements from the collection. | |
Contains(TraceColumn) | Indicates whether the collection contains a specified TraceColumn. | |
Equals(Object) | (Inherited from Object.) | |
Finalize() | (Inherited from Object.) | |
GetHashCode() | (Inherited from Object.) | |
GetType() | (Inherited from Object.) | |
MemberwiseClone() | (Inherited from Object.) | |
Remove(TraceColumn) | Infrastructure. Removes the specified TraceColumn from the collection. | |
ToString() | (Inherited from Object.) |
Top
Properties
Name | Description | |
---|---|---|
Count | Gets the number of TraceColumn objects in the collection. | |
Item[Int32] | Gets the TraceColumn at the specified index. |
Top
Explicit Interface Implementations
Name | Description | |
---|---|---|
ICollection.CopyTo(Array, Int32) | ||
IEnumerable.GetEnumerator() | ||
ICollection.IsSynchronized | ||
ICollection.SyncRoot |
Top