Click or drag to resize

VGLogEntryCollection Methods

The VGLogEntryCollection type exposes the following members.

Methods
  NameDescription
Public methodAdd
Adds the specified entry to the collection.
Public methodClear
Removes all membership entry objects from the collection.
Public methodCopyTo
Copies the membership entry collection to a one-dimensional array.
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetEnumerator
Gets an enumerator that can iterate through the membership entry collection.
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetSortedList
Returns a sorted collection using the specified VGLogEntryComparer object.
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodRemove
Removes the entry from the collection.
Public methodSetReadOnly
Makes the contents of the membership entry collection read-only.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also