graph BT
Type-->Base0["ValueType"]
Base0-->Base1["object"]
Type-.->Interface0["IEnumerator<T>"]
Type-.->Interface1["IDisposable"]
Type-.->Interface2["IEnumerator"]
Type["PooledStack<T>.Enumerator"]
class Type type-node
Syntax
[SuppressMessage("Microsoft.Performance", "CA1815:OverrideEqualsAndOperatorEqualsOnValueTypes", Justification = "not an expected scenario")]
public struct PooledStack<T>.Enumerator : ValueType, IEnumerator<T>, IDisposable, IEnumerator
Attributes
Type |
Description |
SuppressMessageAttribute |
|
Properties
Methods