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

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

Syntax

C#
public void RemoveAt(
	int index
)
Visual Basic
Public Sub RemoveAt ( 
	index As Integer
)

Parameters

index
Type: System..::..Int32
paramindexM:DotNetNuke.Services.Log.EventLog.LogInfoArray.RemoveAt(System.Int32)

Implements

IList..::..RemoveAt(Int32)

See Also