ImmutableStack<T>.Enumerator 구조체

정의

메모리를 할당하지 않고 변경할 수 없는 스택의 내용을 열거합니다.

NuGet 패키지: System.Collections.Immutable (변경할 수 없는 컬렉션 정보 및 설치 방법)

public: value class ImmutableStack<T>::Enumerator
public struct ImmutableStack<T>.Enumerator
type ImmutableStack<'T>.Enumerator = struct
Public Structure ImmutableStack(Of T).Enumerator

형식 매개 변수

T
상속
ImmutableStack<T>.Enumerator

속성

Current

열거자의 현재 위치에 있는 요소를 가져옵니다.

메서드

MoveNext()

열거자를 변경할 수 없는 스택의 다음 요소로 이동합니다.

적용 대상

스레드 보안

이 형식은 스레드로부터 안전합니다.