Edit

Share via


PropertyRow.GetEnumerator Method

Definition

Retrieves an enumerator that you use to enumerate the properties in the collection.

public System.Collections.Generic.IEnumerator<Microsoft.Hpc.Scheduler.Properties.StoreProperty> GetEnumerator ();
abstract member GetEnumerator : unit -> System.Collections.Generic.IEnumerator<Microsoft.Hpc.Scheduler.Properties.StoreProperty>
override this.GetEnumerator : unit -> System.Collections.Generic.IEnumerator<Microsoft.Hpc.Scheduler.Properties.StoreProperty>
Public Function GetEnumerator () As IEnumerator(Of StoreProperty)

Returns

An IEnumerator interface that you can use to enumerate the properties in the collection.

Implements

Applies to