    

 ## On this page

  

 

 #  Class DictionaryCollectionEnumerator&lt;T, TValue, TLink, TValueWrapper, TValueConverter\\&gt;

 Last update: 16.07.2025 

Namespace: [VM.Managed.Collections](VM.Managed.Collections.md)  
Assembly: VMAppCore.dll

```csharp
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](https://learn.microsoft.com/dotnet/api/system.object) ← [DictionaryCollectionEnumerator](VM.Managed.Collections.DictionaryCollectionEnumerator-5.md)

#### Extension Methods

[LinkPropertyItemCache.GetLinkProperties(object, LinkPropertyType)](VM.Models.Pre.Cache.LinkPropertyItemCache.md#VM_Models_Pre_Cache_LinkPropertyItemCache_GetLinkProperties_System_Object_VM_Models_Pre_LinkPropertyType_), [LinkPropertyItemCache.GetLinkPropertiesAndValues(object, LinkPropertyType)](VM.Models.Pre.Cache.LinkPropertyItemCache.md#VM_Models_Pre_Cache_LinkPropertyItemCache_GetLinkPropertiesAndValues_System_Object_VM_Models_Pre_LinkPropertyType_), [LinkPropertyItemCache.GetLinkedObjects(object, LinkPropertyType)](VM.Models.Pre.Cache.LinkPropertyItemCache.md#VM_Models_Pre_Cache_LinkPropertyItemCache_GetLinkedObjects__1_System_Object_VM_Models_Pre_LinkPropertyType_)

## Constructors

### <a id="VM_Managed_Collections_DictionaryCollectionEnumerator_5__ctor_System_Collections_IEnumerator_"></a> DictionaryCollectionEnumerator(IEnumerator)

```csharp
public DictionaryCollectionEnumerator(IEnumerator enumerator)

```

#### Parameters

`enumerator` [IEnumerator](https://learn.microsoft.com/dotnet/api/system.collections.ienumerator)

## Properties

### <a id="VM_Managed_Collections_DictionaryCollectionEnumerator_5_Current"></a> Current

```csharp
public virtual KeyValuePair<t tvalue> Current { get; }

```

#### Property Value

[KeyValuePair](https://learn.microsoft.com/dotnet/api/system.collections.generic.keyvaluepair-2)

### <a id="VM_Managed_Collections_DictionaryCollectionEnumerator_5_CurrentImp"></a> CurrentImp

```csharp
override sealed object CurrentImp { get; }

```

#### Property Value

[object](https://learn.microsoft.com/dotnet/api/system.object)

## Methods

### <a id="VM_Managed_Collections_DictionaryCollectionEnumerator_5_Dispose_System_Boolean_"></a> Dispose(bool)

```csharp
protected virtual void Dispose(bool A_0)

```

#### Parameters

`A_0` [bool](https://learn.microsoft.com/dotnet/api/system.boolean)

### <a id="VM_Managed_Collections_DictionaryCollectionEnumerator_5_Dispose"></a> Dispose()

```csharp
public override sealed void Dispose()

```

### <a id="VM_Managed_Collections_DictionaryCollectionEnumerator_5_Finalize"></a> ~DictionaryCollectionEnumerator()

```csharp
protected ~DictionaryCollectionEnumerator()

```

### <a id="VM_Managed_Collections_DictionaryCollectionEnumerator_5_MoveNext"></a> MoveNext()

```csharp
public virtual bool MoveNext()

```

#### Returns

[bool](https://learn.microsoft.com/dotnet/api/system.boolean)

### <a id="VM_Managed_Collections_DictionaryCollectionEnumerator_5_Reset"></a> Reset()

```csharp
public virtual void Reset()

```