Class LogServiceBase.DestinationList
Inheritance
System.Object
System.Collections.Generic.List<Destination>
LogServiceBase.DestinationList
Implements
System.Collections.Generic.IList<Destination>
System.Collections.Generic.ICollection<Destination>
System.Collections.Generic.IReadOnlyList<Destination>
System.Collections.Generic.IReadOnlyCollection<Destination>
System.Collections.Generic.IEnumerable<Destination>
System.Collections.IList
System.Collections.ICollection
System.Collections.IEnumerable
Inherited Members
System.Collections.Generic.List<NFX.Log.Destinations.Destination>.System.Collections.IList.get_Item(System.Int32)
System.Collections.Generic.List<NFX.Log.Destinations.Destination>.System.Collections.IList.set_Item(System.Int32, System.Object)
System.Collections.Generic.List<NFX.Log.Destinations.Destination>.Add(NFX.Log.Destinations.Destination)
System.Collections.Generic.List<NFX.Log.Destinations.Destination>.AddRange(System.Collections.Generic.IEnumerable<NFX.Log.Destinations.Destination>)
System.Collections.Generic.List<NFX.Log.Destinations.Destination>.AsReadOnly()
System.Collections.Generic.List<NFX.Log.Destinations.Destination>.BinarySearch(NFX.Log.Destinations.Destination)
System.Collections.Generic.List<NFX.Log.Destinations.Destination>.BinarySearch(NFX.Log.Destinations.Destination, System.Collections.Generic.IComparer<NFX.Log.Destinations.Destination>)
System.Collections.Generic.List<NFX.Log.Destinations.Destination>.BinarySearch(System.Int32, System.Int32, NFX.Log.Destinations.Destination, System.Collections.Generic.IComparer<NFX.Log.Destinations.Destination>)
System.Collections.Generic.List<NFX.Log.Destinations.Destination>.Clear()
System.Collections.Generic.List<NFX.Log.Destinations.Destination>.Contains(NFX.Log.Destinations.Destination)
System.Collections.Generic.List<NFX.Log.Destinations.Destination>.ConvertAll<TOutput>(System.Converter<NFX.Log.Destinations.Destination, TOutput>)
System.Collections.Generic.List<NFX.Log.Destinations.Destination>.CopyTo(NFX.Log.Destinations.Destination[])
System.Collections.Generic.List<NFX.Log.Destinations.Destination>.CopyTo(NFX.Log.Destinations.Destination[], System.Int32)
System.Collections.Generic.List<NFX.Log.Destinations.Destination>.CopyTo(System.Int32, NFX.Log.Destinations.Destination[], System.Int32, System.Int32)
System.Collections.Generic.List<NFX.Log.Destinations.Destination>.Exists(System.Predicate<NFX.Log.Destinations.Destination>)
System.Collections.Generic.List<NFX.Log.Destinations.Destination>.Find(System.Predicate<NFX.Log.Destinations.Destination>)
System.Collections.Generic.List<NFX.Log.Destinations.Destination>.FindAll(System.Predicate<NFX.Log.Destinations.Destination>)
System.Collections.Generic.List<NFX.Log.Destinations.Destination>.FindIndex(System.Int32, System.Int32, System.Predicate<NFX.Log.Destinations.Destination>)
System.Collections.Generic.List<NFX.Log.Destinations.Destination>.FindIndex(System.Int32, System.Predicate<NFX.Log.Destinations.Destination>)
System.Collections.Generic.List<NFX.Log.Destinations.Destination>.FindIndex(System.Predicate<NFX.Log.Destinations.Destination>)
System.Collections.Generic.List<NFX.Log.Destinations.Destination>.FindLast(System.Predicate<NFX.Log.Destinations.Destination>)
System.Collections.Generic.List<NFX.Log.Destinations.Destination>.FindLastIndex(System.Int32, System.Int32, System.Predicate<NFX.Log.Destinations.Destination>)
System.Collections.Generic.List<NFX.Log.Destinations.Destination>.FindLastIndex(System.Int32, System.Predicate<NFX.Log.Destinations.Destination>)
System.Collections.Generic.List<NFX.Log.Destinations.Destination>.FindLastIndex(System.Predicate<NFX.Log.Destinations.Destination>)
System.Collections.Generic.List<NFX.Log.Destinations.Destination>.ForEach(System.Action<NFX.Log.Destinations.Destination>)
System.Collections.Generic.List<NFX.Log.Destinations.Destination>.GetEnumerator()
System.Collections.Generic.List<NFX.Log.Destinations.Destination>.GetRange(System.Int32, System.Int32)
System.Collections.Generic.List<NFX.Log.Destinations.Destination>.IndexOf(NFX.Log.Destinations.Destination)
System.Collections.Generic.List<NFX.Log.Destinations.Destination>.IndexOf(NFX.Log.Destinations.Destination, System.Int32)
System.Collections.Generic.List<NFX.Log.Destinations.Destination>.IndexOf(NFX.Log.Destinations.Destination, System.Int32, System.Int32)
System.Collections.Generic.List<NFX.Log.Destinations.Destination>.Insert(System.Int32, NFX.Log.Destinations.Destination)
System.Collections.Generic.List<NFX.Log.Destinations.Destination>.InsertRange(System.Int32, System.Collections.Generic.IEnumerable<NFX.Log.Destinations.Destination>)
System.Collections.Generic.List<NFX.Log.Destinations.Destination>.LastIndexOf(NFX.Log.Destinations.Destination)
System.Collections.Generic.List<NFX.Log.Destinations.Destination>.LastIndexOf(NFX.Log.Destinations.Destination, System.Int32)
System.Collections.Generic.List<NFX.Log.Destinations.Destination>.LastIndexOf(NFX.Log.Destinations.Destination, System.Int32, System.Int32)
System.Collections.Generic.List<NFX.Log.Destinations.Destination>.Remove(NFX.Log.Destinations.Destination)
System.Collections.Generic.List<NFX.Log.Destinations.Destination>.RemoveAll(System.Predicate<NFX.Log.Destinations.Destination>)
System.Collections.Generic.List<NFX.Log.Destinations.Destination>.RemoveAt(System.Int32)
System.Collections.Generic.List<NFX.Log.Destinations.Destination>.RemoveRange(System.Int32, System.Int32)
System.Collections.Generic.List<NFX.Log.Destinations.Destination>.Reverse()
System.Collections.Generic.List<NFX.Log.Destinations.Destination>.Reverse(System.Int32, System.Int32)
System.Collections.Generic.List<NFX.Log.Destinations.Destination>.Sort()
System.Collections.Generic.List<NFX.Log.Destinations.Destination>.Sort(System.Collections.Generic.IComparer<NFX.Log.Destinations.Destination>)
System.Collections.Generic.List<NFX.Log.Destinations.Destination>.Sort(System.Comparison<NFX.Log.Destinations.Destination>)
System.Collections.Generic.List<NFX.Log.Destinations.Destination>.Sort(System.Int32, System.Int32, System.Collections.Generic.IComparer<NFX.Log.Destinations.Destination>)
System.Collections.Generic.List<NFX.Log.Destinations.Destination>.System.Collections.Generic.IEnumerable<NFX.Log.Destinations.Destination>.GetEnumerator()
System.Collections.Generic.List<NFX.Log.Destinations.Destination>.System.Collections.ICollection.CopyTo(System.Array, System.Int32)
System.Collections.Generic.List<NFX.Log.Destinations.Destination>.System.Collections.IEnumerable.GetEnumerator()
System.Collections.Generic.List<NFX.Log.Destinations.Destination>.System.Collections.IList.Add(System.Object)
System.Collections.Generic.List<NFX.Log.Destinations.Destination>.System.Collections.IList.Contains(System.Object)
System.Collections.Generic.List<NFX.Log.Destinations.Destination>.System.Collections.IList.IndexOf(System.Object)
System.Collections.Generic.List<NFX.Log.Destinations.Destination>.System.Collections.IList.Insert(System.Int32, System.Object)
System.Collections.Generic.List<NFX.Log.Destinations.Destination>.System.Collections.IList.Remove(System.Object)
System.Collections.Generic.List<NFX.Log.Destinations.Destination>.ToArray()
System.Collections.Generic.List<NFX.Log.Destinations.Destination>.TrimExcess()
System.Collections.Generic.List<NFX.Log.Destinations.Destination>.TrueForAll(System.Predicate<NFX.Log.Destinations.Destination>)
System.Collections.Generic.List<NFX.Log.Destinations.Destination>.Capacity
System.Collections.Generic.List<NFX.Log.Destinations.Destination>.Count
System.Collections.Generic.List<NFX.Log.Destinations.Destination>.Item[System.Int32]
System.Collections.Generic.List<NFX.Log.Destinations.Destination>.System.Collections.Generic.ICollection<NFX.Log.Destinations.Destination>.IsReadOnly
System.Collections.Generic.List<NFX.Log.Destinations.Destination>.System.Collections.ICollection.IsSynchronized
System.Collections.Generic.List<NFX.Log.Destinations.Destination>.System.Collections.ICollection.SyncRoot
System.Collections.Generic.List<NFX.Log.Destinations.Destination>.System.Collections.IList.IsFixedSize
System.Collections.Generic.List<NFX.Log.Destinations.Destination>.System.Collections.IList.IsReadOnly
System.Collections.Generic.List<NFX.Log.Destinations.Destination>.System.Collections.IList.Item[System.Int32]
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: NFX.Log
Assembly: NFX.dll
Syntax
public class DestinationList : List<Destination>, IList<Destination>, ICollection<Destination>, IReadOnlyList<Destination>, IReadOnlyCollection<Destination>, IEnumerable<Destination>, IList, ICollection, IEnumerable
Implements
System.Collections.Generic.IList<T>
System.Collections.Generic.ICollection<T>
System.Collections.Generic.IReadOnlyList<T>
System.Collections.Generic.IReadOnlyCollection<T>
System.Collections.Generic.IEnumerable<T>
System.Collections.IList
System.Collections.ICollection
System.Collections.IEnumerable