Loupe - Log - Monitor - Resolve
Gibraltar.Monitor Namespace / SessionFragmentCollection Class
Properties Methods Events


In This Topic
    SessionFragmentCollection Class Members
    In This Topic

    The following tables list the members exposed by SessionFragmentCollection.

    Public Properties
     NameDescription
    Public PropertyGets the number of elements contained in the ICollection.  
    Public PropertyGets a value indicating whether the ICollection is read-only.  
    Public PropertyOverloaded. Gets the element at the specified index.  
    Top
    Public Methods
     NameDescription
    Public MethodAdds an item to the ICollection.  
    Public MethodRemoves all items from the ICollection.  
    Public MethodOverloaded. Determines whether the dictionary contains a specific value.  
    Public MethodCopies the elements of the ICollection to an System.Array, starting at a particular System.Array index.  
    Public MethodReturns an enumerator that iterates through the collection.  
    Public MethodOverloaded. Determines the index of a specific item in the IList.  
    Public MethodInserts an item to the IList at the specified index.  
    Public MethodRemoves the first occurrence of a specific object from the ICollection.  
    Public MethodRemoves the IList item at the specified index.  
    Public MethodRetrieve an item from the collection by its key if present. If not present, the default value of the object is returned.  
    Top
    Protected Methods
     NameDescription
    Protected MethodCalled whenever the collection changes.  
    Top
    Public Events
     NameDescription
    Public EventRaised every time the collection's contents are changed to allow subscribers to automatically track changes.  
    Top
    See Also