X509ChainElementEnumerator.IEnumerator.Current Propiedad

Definición

Obtiene el elemento actual de X509ChainElementCollection.

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

Valor de propiedad

Object

Elemento actual de X509ChainElementCollection.

Implementaciones

Excepciones

El enumerador se coloca delante del primer elemento o detrás del último elemento de la colección.

Comentarios

Current no mueve la posición del enumerador y las llamadas consecutivas para Current devolver el mismo objeto hasta que MoveNext se llama a o Reset .

Se aplica a