Class ScenarioList
Represents a list of Scenario objects.
Inherited Members
System.Collections.Generic.List<IRM.Domain.Tests.Scenario>.System.Collections.IList.get_Item(System.Int32)
System.Collections.Generic.List<IRM.Domain.Tests.Scenario>.System.Collections.IList.set_Item(System.Int32, System.Object)
System.Collections.Generic.List<IRM.Domain.Tests.Scenario>.Add(IRM.Domain.Tests.Scenario)
System.Collections.Generic.List<IRM.Domain.Tests.Scenario>.System.Collections.IList.Add(System.Object)
System.Collections.Generic.List<IRM.Domain.Tests.Scenario>.AsReadOnly()
System.Collections.Generic.List<IRM.Domain.Tests.Scenario>.BinarySearch(System.Int32, System.Int32, IRM.Domain.Tests.Scenario, System.Collections.Generic.IComparer<IRM.Domain.Tests.Scenario>)
System.Collections.Generic.List<IRM.Domain.Tests.Scenario>.BinarySearch(IRM.Domain.Tests.Scenario)
System.Collections.Generic.List<IRM.Domain.Tests.Scenario>.BinarySearch(IRM.Domain.Tests.Scenario, System.Collections.Generic.IComparer<IRM.Domain.Tests.Scenario>)
System.Collections.Generic.List<IRM.Domain.Tests.Scenario>.Clear()
System.Collections.Generic.List<IRM.Domain.Tests.Scenario>.Contains(IRM.Domain.Tests.Scenario)
System.Collections.Generic.List<IRM.Domain.Tests.Scenario>.System.Collections.IList.Contains(System.Object)
System.Collections.Generic.List<IRM.Domain.Tests.Scenario>.ConvertAll<TOutput>(System.Converter<IRM.Domain.Tests.Scenario, TOutput>)
System.Collections.Generic.List<IRM.Domain.Tests.Scenario>.System.Collections.ICollection.CopyTo(System.Array, System.Int32)
System.Collections.Generic.List<IRM.Domain.Tests.Scenario>.CopyTo(IRM.Domain.Tests.Scenario[], System.Int32)
System.Collections.Generic.List<IRM.Domain.Tests.Scenario>.Exists(System.Predicate<IRM.Domain.Tests.Scenario>)
System.Collections.Generic.List<IRM.Domain.Tests.Scenario>.Find(System.Predicate<IRM.Domain.Tests.Scenario>)
System.Collections.Generic.List<IRM.Domain.Tests.Scenario>.FindAll(System.Predicate<IRM.Domain.Tests.Scenario>)
System.Collections.Generic.List<IRM.Domain.Tests.Scenario>.FindIndex(System.Int32, System.Int32, System.Predicate<IRM.Domain.Tests.Scenario>)
System.Collections.Generic.List<IRM.Domain.Tests.Scenario>.FindLast(System.Predicate<IRM.Domain.Tests.Scenario>)
System.Collections.Generic.List<IRM.Domain.Tests.Scenario>.FindLastIndex(System.Predicate<IRM.Domain.Tests.Scenario>)
System.Collections.Generic.List<IRM.Domain.Tests.Scenario>.FindLastIndex(System.Int32, System.Predicate<IRM.Domain.Tests.Scenario>)
System.Collections.Generic.List<IRM.Domain.Tests.Scenario>.FindLastIndex(System.Int32, System.Int32, System.Predicate<IRM.Domain.Tests.Scenario>)
System.Collections.Generic.List<IRM.Domain.Tests.Scenario>.ForEach(System.Action<IRM.Domain.Tests.Scenario>)
System.Collections.Generic.List<IRM.Domain.Tests.Scenario>.System.Collections.Generic.IEnumerable<IRM.Domain.Tests.Scenario>.GetEnumerator()
System.Collections.Generic.List<IRM.Domain.Tests.Scenario>.GetRange(System.Int32, System.Int32)
System.Collections.Generic.List<IRM.Domain.Tests.Scenario>.IndexOf(IRM.Domain.Tests.Scenario)
System.Collections.Generic.List<IRM.Domain.Tests.Scenario>.System.Collections.IList.IndexOf(System.Object)
System.Collections.Generic.List<IRM.Domain.Tests.Scenario>.IndexOf(IRM.Domain.Tests.Scenario, System.Int32)
System.Collections.Generic.List<IRM.Domain.Tests.Scenario>.IndexOf(IRM.Domain.Tests.Scenario, System.Int32, System.Int32)
System.Collections.Generic.List<IRM.Domain.Tests.Scenario>.Insert(System.Int32, IRM.Domain.Tests.Scenario)
System.Collections.Generic.List<IRM.Domain.Tests.Scenario>.System.Collections.IList.Insert(System.Int32, System.Object)
System.Collections.Generic.List<IRM.Domain.Tests.Scenario>.InsertRange(System.Int32, System.Collections.Generic.IEnumerable<IRM.Domain.Tests.Scenario>)
System.Collections.Generic.List<IRM.Domain.Tests.Scenario>.LastIndexOf(IRM.Domain.Tests.Scenario)
System.Collections.Generic.List<IRM.Domain.Tests.Scenario>.LastIndexOf(IRM.Domain.Tests.Scenario, System.Int32)
System.Collections.Generic.List<IRM.Domain.Tests.Scenario>.LastIndexOf(IRM.Domain.Tests.Scenario, System.Int32, System.Int32)
System.Collections.Generic.List<IRM.Domain.Tests.Scenario>.System.Collections.IList.Remove(System.Object)
System.Collections.Generic.List<IRM.Domain.Tests.Scenario>.RemoveAt(System.Int32)
System.Collections.Generic.List<IRM.Domain.Tests.Scenario>.Reverse()
System.Collections.Generic.List<IRM.Domain.Tests.Scenario>.Reverse(System.Int32, System.Int32)
System.Collections.Generic.List<IRM.Domain.Tests.Scenario>.Sort()
System.Collections.Generic.List<IRM.Domain.Tests.Scenario>.Sort(System.Collections.Generic.IComparer<IRM.Domain.Tests.Scenario>)
System.Collections.Generic.List<IRM.Domain.Tests.Scenario>.Sort(System.Comparison<IRM.Domain.Tests.Scenario>)
System.Collections.Generic.List<IRM.Domain.Tests.Scenario>.TrimExcess()
System.Collections.Generic.List<IRM.Domain.Tests.Scenario>.TrueForAll(System.Predicate<IRM.Domain.Tests.Scenario>)
System.Collections.Generic.List<IRM.Domain.Tests.Scenario>.Capacity
System.Collections.Generic.List<IRM.Domain.Tests.Scenario>.System.Collections.IList.IsFixedSize
System.Collections.Generic.List<IRM.Domain.Tests.Scenario>.System.Collections.Generic.ICollection<IRM.Domain.Tests.Scenario>.IsReadOnly
System.Collections.Generic.List<IRM.Domain.Tests.Scenario>.System.Collections.IList.IsReadOnly
System.Collections.Generic.List<IRM.Domain.Tests.Scenario>.System.Collections.ICollection.IsSynchronized
System.Collections.Generic.List<IRM.Domain.Tests.Scenario>.System.Collections.ICollection.SyncRoot
System.Collections.Generic.List<IRM.Domain.Tests.Scenario>.Item[System.Int32]
System.Collections.Generic.List<IRM.Domain.Tests.Scenario>.System.Collections.IList.Item[System.Int32]
System.Object.ToString()
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
Namespace: IRM.Domain.Tests
Assembly: IRM.dll
Syntax
public class ScenarioList : List<Scenario>, IList<Scenario>, ICollection<Scenario>, IList, ICollection, IReadOnlyList<Scenario>, IReadOnlyCollection<Scenario>, IEnumerable<Scenario>, IEnumerable
Methods
GetEnumerator()
Gets an enumerator that iterates through the ScenarioList.
Declaration
public IEnumerator<Scenario> GetEnumerator()
Returns
System.Collections.Generic.IEnumerator<Scenario>
Returns an enumerator that iterates through the ScenarioList. |
Implements
Explicit Interface Implementations
IEnumerable.GetEnumerator()
Declaration
IEnumerator IEnumerable.GetEnumerator()
Returns
System.Collections.IEnumerator
|
Implements
System.Collections.IEnumerable.GetEnumerator()