Definition
Namespace:Telerik.WinControls
Assembly:Telerik.WinControls.dll
Syntax:
C#
public struct PropertySettingCollection.PropertySettingsCollectionEnumerator : IDisposable, IEnumerator
Implements:
Inherited Members
Constructors
C#
public PropertySettingsCollectionEnumerator(PropertySettingCollection owner)
Properties
C#
public IPropertySetting Current { get; }
Methods
C#
public void Dispose()
Implements:
C#
public void Reset()
Implements: