다음을 통해 공유


ContextStack.Current 속성

정의

현재 스택에 있는 개체를 가져옵니다.

public:
 property System::Object ^ Current { System::Object ^ get(); };
public object Current { get; }
public object? Current { get; }
member this.Current : obj
Public ReadOnly Property Current As Object

속성 값

스택의 현재 개체이거나 푸시된 개체가 없는 경우 null입니다.

설명

현재 개체에는 스택의 맨 위에 있는 개체나 스택에 추가 된 마지막 개체입니다.

적용 대상