Class XmlPropertySettingCollection.XmlPropertySettingEnumerator
Inheritance
System.Object
XmlPropertySettingCollection.XmlPropertySettingEnumerator
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.WinControls
Assembly: Telerik.WinControls.dll
Syntax
public class XmlPropertySettingEnumerator : IEnumerator<XmlPropertySetting>, IEnumerator, IDisposable
Constructors
XmlPropertySettingEnumerator(XmlPropertySettingCollection)
Declaration
public XmlPropertySettingEnumerator(XmlPropertySettingCollection mappings)
Parameters
XmlPropertySettingCollection
mappings
|
Properties
Current
Declaration
public XmlPropertySetting Current { get; }
Property Value
XmlPropertySetting
|
Implements
System.Collections.Generic.IEnumerator<T>.Current
Methods
MoveNext()
Declaration
public bool MoveNext()
Returns
System.Boolean
|
Reset()
Declaration
public void Reset()
Explicit Interface Implementations
IEnumerator.Current
Declaration
object IEnumerator.Current { get; }
Returns
System.Object
|
Implements
System.Collections.IEnumerator.Current
IEnumerator.MoveNext()
Declaration
bool IEnumerator.MoveNext()
Returns
System.Boolean
|
Implements
System.Collections.IEnumerator.MoveNext()
IEnumerator.Reset()
Declaration
void IEnumerator.Reset()
Implements
System.Collections.IEnumerator.Reset()
IDisposable.Dispose()
Declaration
void IDisposable.Dispose()
Implements
System.IDisposable.Dispose()