Click or drag to resize

VGLogEntryCollectionGetEnumerator Method

Gets an enumerator that can iterate through the membership entry collection.

Namespace:  Novalys.VisualGuard.Security.Logging
Assembly:  Novalys.VisualGuard.Security (in Novalys.VisualGuard.Security.dll) Version: 2019.1.831.19 (2019.1.0831.19)
Syntax
public IEnumerator GetEnumerator()

Return Value

Type: IEnumerator
An IEnumerator for the entire VGLogEntryCollection.

Implements

IEnumerableGetEnumerator
See Also