ContextStack.Current 속성

정의

스택의 현재 개체를 가져옵니다.

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

속성 값

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

설명

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

적용 대상