LogEntryCollection Class

Definition

public ref class LogEntryCollection : System::Collections::ArrayList
[System.Serializable]
public class LogEntryCollection : System.Collections.ArrayList
type LogEntryCollection = class
    inherit ArrayList
Public Class LogEntryCollection
Inherits ArrayList
Inheritance
LogEntryCollection
Attributes

Constructors

LogEntryCollection()

Properties

ErrorCount
Item[Int32]
WarningCount

Methods

Add(LogEntry)
Clear()
Contains(LogEntry)
CopyTo(LogEntry[], Int32)
IndexOf(LogEntry)
Insert(Int32, LogEntry)
Remove(LogEntry)

Applies to