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