SignedInfo.GetEnumerator Method

Definition

Returns an enumerator that iterates through the collection of references.

public:
 virtual System::Collections::IEnumerator ^ GetEnumerator();
public System.Collections.IEnumerator GetEnumerator ();
abstract member GetEnumerator : unit -> System.Collections.IEnumerator
override this.GetEnumerator : unit -> System.Collections.IEnumerator
Public Function GetEnumerator () As IEnumerator

Returns

An enumerator that iterates through the collection of references.

Implements

Exceptions

This method is not supported.

Notes to Callers

This method is not supported, and cannot be used.

Applies to