ProfilerDataCollection Properties |
The ProfilerDataCollection type exposes the following members.
Name | Description | |
---|---|---|
Comparer | Gets the generic equality comparer that is used to determine equality of keys in the collection. (Inherited from KeyedCollectionString, ProfilerData.) | |
Count | Gets the number of elements actually contained in the CollectionT. (Inherited from CollectionProfilerData.) | |
Dictionary | Gets the lookup dictionary of the KeyedCollectionTKey, TItem. (Inherited from KeyedCollectionString, ProfilerData.) | |
ItemTKey | Gets the element with the specified key. (Inherited from KeyedCollectionString, ProfilerData.) | |
ItemInt32 | Gets or sets the element at the specified index. (Inherited from CollectionProfilerData.) | |
Items | Gets a IListT wrapper around the CollectionT. (Inherited from CollectionProfilerData.) | |
ThreadId |
Gets the thread ID.
| |
ThreadName |
Gets the name of the thread.
|
Name | Description | |
---|---|---|
IListIsFixedSize | Gets a value indicating whether the IList has a fixed size. (Inherited from CollectionProfilerData.) | |
ICollectionTIsReadOnly | Gets a value indicating whether the ICollectionT is read-only. (Inherited from CollectionProfilerData.) | |
IListIsReadOnly | Gets a value indicating whether the IList is read-only. (Inherited from CollectionProfilerData.) | |
ICollectionIsSynchronized | Gets a value indicating whether access to the ICollection is synchronized (thread safe). (Inherited from CollectionProfilerData.) | |
IListItem | Gets or sets the element at the specified index. (Inherited from CollectionProfilerData.) | |
ICollectionSyncRoot | Gets an object that can be used to synchronize access to the ICollection. (Inherited from CollectionProfilerData.) |