Share via


KeyContainerPermissionAccessEntryEnumerator.IEnumerator.Current 属性

定义

获取集合中的当前对象。

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

属性值

集合中的当前对象。

实现

注解

请勿调用此方法; Current 请改用 属性。

适用于