Class DictionaryCollectionEnumerator<T, TValue, TLink, TValueWrapper, TValueConverter\>
Last update: 16.07.2025Namespace: VM.Managed.Collections
Assembly: VMAppCore.dll
public class DictionaryCollectionEnumerator<t tvalueconverter> where T : class, ObjectBase where TLink : ILink where TValueConverter : struct, ILinkDictionaryValueConverter<tvalue tvaluewrapper>
Type Parameters
T
TValue
TLink
TValueWrapper
TValueConverter
Inheritance
object ←
DictionaryCollectionEnumerator
Extension Methods
LinkPropertyItemCache.GetLinkProperties(object, LinkPropertyType),
LinkPropertyItemCache.GetLinkPropertiesAndValues(object, LinkPropertyType),
LinkPropertyItemCache.GetLinkedObjects
Constructors
DictionaryCollectionEnumerator(IEnumerator)
public DictionaryCollectionEnumerator(IEnumerator enumerator)
Parameters
enumerator IEnumerator
Properties
Current
public virtual KeyValuePair<t tvalue> Current { get; }
Property Value
CurrentImp
override sealed object CurrentImp { get; }
Property Value
Methods
Dispose(bool)
protected virtual void Dispose(bool A_0)
Parameters
A_0 bool
Dispose()
public override sealed void Dispose()
~DictionaryCollectionEnumerator()
protected ~DictionaryCollectionEnumerator()
MoveNext()
public virtual bool MoveNext()
Returns
Reset()
public virtual void Reset()