public struct Enumerator : IEnumerator<TValue>,
IEnumerator, IDisposablePublic Structure Enumerator
Implements IEnumerator(Of TValue), IEnumerator, IDisposablepublic value class Enumerator : IEnumerator<TValue>,
IEnumerator, IDisposable[<SealedAttribute>]
type Enumerator =
struct
inherit ValueType
interface IEnumerator<'TValue>
interface IEnumerator
interface IDisposable
end| Current | Gets the element in the collection at the current position of the enumerator. |
| Dispose | Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. |
| Equals | Indicates whether this instance and a specified object are equal. (Унаследован от ValueType) |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Унаследован от Object) |
| GetHashCode | Returns the hash code for this instance. (Унаследован от ValueType) |
| GetType | Gets the Type of the current instance. (Унаследован от Object) |
| MemberwiseClone | Creates a shallow copy of the current Object. (Унаследован от Object) |
| MoveNext | Advances the enumerator to the next element of the collection. |
| Reset | Sets the enumerator to its initial position, which is before the first element in the collection. |
| ToString | Returns the fully qualified type name of this instance. (Унаследован от ValueType) |
| Get | (Определяется ComHelper) |
| InternalMarkerCanvas |
Возвращает маркер аннотации
(Определяется AnnotationInternalsAccessor) |
| Invoke | (Определяется ComHelper) |
| Set | (Определяется ComHelper) |