<Code Lib>
M

ExportPatternTable.GetEnumerator

Description:
Returns an enumerator that iterates through a collection.

public virtual IEnumerator<KeyValuePair<ExportPatternKey, ExportPatternInfo>> GetEnumerator()

ExportPatternKey IEnumerator KeyValuePair ExportPatternKey , ExportPatternInfo An IEnumerator object that can be used to iterate through the collection.

Loading…