Click or drag to resize

Collection.CollectionEnumerator Constructor

X#

Namespace:  XSharp.VFP
Assembly:  XSharp.VFP (in XSharp.VFP.dll) Version: 2.19
Syntax
 CONSTRUCTOR(
	oEnumerator AS IEnumerator<KeyValuePair<STRING, Object>>
)
Request Example View Source

Parameters

oEnumerator
Type: IEnumeratorKeyValuePairString, Object
See Also