Loupe - Log - Monitor - Resolve
Loupe.Extensibility.Data Namespace / ILogEventCollection Interface
Properties Methods

In This Topic
    ILogEventCollection Interface Members
    In This Topic

    The following tables list the members exposed by ILogEventCollection.

    Public Properties
     NameDescription
     PropertyGets the number of elements contained in the ICollection. (Inherited from System.Collections.Generic.ICollection<ILogEvent>)
     PropertyGets a value indicating whether the ICollection is read-only. (Inherited from System.Collections.Generic.ICollection<ILogEvent>)
     PropertyGets or sets the element at the specified index. (Inherited from System.Collections.Generic.IList<ILogEvent>)
    Top
    Public Methods
     NameDescription
     MethodNot a valid operation. This is a read-only collection.  
     MethodNot a valid operation. This is a read-only collection.  
     MethodDetermines whether the ICollection contains a specific value. (Inherited from System.Collections.Generic.ICollection<ILogEvent>)
     MethodCopies the elements of the ICollection to an System.Array, starting at a particular System.Array index. (Inherited from System.Collections.Generic.ICollection<ILogEvent>)
     MethodReturns an enumerator that iterates through the collection. (Inherited from System.Collections.Generic.IEnumerable<ILogEvent>)
     MethodDetermines the index of a specific item in the IList. (Inherited from System.Collections.Generic.IList<ILogEvent>)
     MethodNot a valid operation. This is a read-only collection.  
     MethodNot a valid operation. This is a read-only collection.  
     MethodNot a valid operation. This is a read-only collection.  
    Top
    See Also