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