Struct PropertySettingCollection.PropertySettingsCollectionEnumerator
Inherited Members
System.ValueType.Equals(System.Object)
System.ValueType.GetHashCode()
System.ValueType.ToString()
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetType()
Namespace: Telerik.WinControls
Assembly: Telerik.WinControls.dll
Syntax
public struct PropertySettingsCollectionEnumerator : IEnumerator<IPropertySetting>, IDisposable, IEnumerator
Constructors
PropertySettingsCollectionEnumerator(PropertySettingCollection)
Declaration
public PropertySettingsCollectionEnumerator(PropertySettingCollection owner)
Parameters
PropertySettingCollection
owner
|
Properties
Current
Declaration
public IPropertySetting Current { get; }
Property Value
IPropertySetting
|
Implements
System.Collections.Generic.IEnumerator<T>.Current
Methods
Dispose()
Declaration
public void Dispose()
Implements
System.IDisposable.Dispose()
MoveNext()
Declaration
public bool MoveNext()
Returns
System.Boolean
|
Implements
System.Collections.IEnumerator.MoveNext()
Reset()
Declaration
public void Reset()
Implements
System.Collections.IEnumerator.Reset()
Explicit Interface Implementations
IEnumerator.Current
Declaration
object IEnumerator.Current { get; }
Returns
System.Object
|
Implements
System.Collections.IEnumerator.Current