summaryM:DotNetNuke.Services.Log.EventLog.LogInfoArray.GetEnumerator(System.Int32,System.Int32)

Namespace: DotNetNuke.Services.Log.EventLog
Assembly: DotNetNuke (in DotNetNuke.dll)

Syntax

C#
public IEnumerator GetEnumerator(
	int index,
	int count
)
Visual Basic
Public Function GetEnumerator ( 
	index As Integer,
	count As Integer
) As IEnumerator

Parameters

index
Type: System..::..Int32
paramindexM:DotNetNuke.Services.Log.EventLog.LogInfoArray.GetEnumerator(System.Int32,System.Int32)
count
Type: System..::..Int32
paramcountM:DotNetNuke.Services.Log.EventLog.LogInfoArray.GetEnumerator(System.Int32,System.Int32)

Return Value

returnsM:DotNetNuke.Services.Log.EventLog.LogInfoArray.GetEnumerator(System.Int32,System.Int32)

See Also