New to Telerik UI for WinFormsStart a free 30-day trial

Definition

Namespace:Telerik.WinControls

Assembly:Telerik.WinControls.dll

Syntax:

C#
public class XmlPropertySettingCollection.XmlPropertySettingEnumerator : IEnumerator, IDisposable

Inheritance: objectXmlPropertySettingCollection.XmlPropertySettingEnumerator

Implements: IDisposableIEnumerator

Constructors

C#
public XmlPropertySettingEnumerator(XmlPropertySettingCollection mappings)
Parameters:mappingsXmlPropertySettingCollection

Properties

C#
public XmlPropertySetting Current { get; }

Methods

C#
public bool MoveNext()
Returns:

bool

C#
public void Reset()