
C# | Visual Basic |
public class LiveDataCollection : List<LiveDataSample>
Public Class LiveDataCollection Inherits List(Of LiveDataSample)

All Members | Constructors | Methods | Properties | ||
Icon | Member | Description |
---|---|---|
![]() | LiveDataCollection(Int32) | |
![]() | Add(T) | (Inherited from List<(Of <(<'LiveDataSample>)>)>.) |
![]() | AddRange(IEnumerable<(Of <<'(T>)>>)) | (Inherited from List<(Of <(<'LiveDataSample>)>)>.) |
![]() | AsReadOnly()()()() | (Inherited from List<(Of <(<'LiveDataSample>)>)>.) |
![]() | BinarySearch(Int32, Int32, T, IComparer<(Of <<'(T>)>>)) | (Inherited from List<(Of <(<'LiveDataSample>)>)>.) |
![]() | BinarySearch(T) | (Inherited from List<(Of <(<'LiveDataSample>)>)>.) |
![]() | BinarySearch(T, IComparer<(Of <<'(T>)>>)) | (Inherited from List<(Of <(<'LiveDataSample>)>)>.) |
![]() | Capacity | (Inherited from List<(Of <(<'LiveDataSample>)>)>.) |
![]() | Clear()()()() | (Inherited from List<(Of <(<'LiveDataSample>)>)>.) |
![]() | Contains(T) | (Inherited from List<(Of <(<'LiveDataSample>)>)>.) |
![]() | ConvertAll<(Of <<'(TOutput>)>>)(Converter<(Of <<'(T, TOutput>)>>)) | (Inherited from List<(Of <(<'LiveDataSample>)>)>.) |
![]() | CopyTo(array<T>[]()[][]) | (Inherited from List<(Of <(<'LiveDataSample>)>)>.) |
![]() | CopyTo(Int32, array<T>[]()[][], Int32, Int32) | (Inherited from List<(Of <(<'LiveDataSample>)>)>.) |
![]() | CopyTo(array<T>[]()[][], Int32) | (Inherited from List<(Of <(<'LiveDataSample>)>)>.) |
![]() | Count | (Inherited from List<(Of <(<'LiveDataSample>)>)>.) |
![]() | Equals(Object) | (Inherited from Object.) |
![]() | Exists(Predicate<(Of <<'(T>)>>)) | (Inherited from List<(Of <(<'LiveDataSample>)>)>.) |
![]() | Finalize()()()() | (Inherited from Object.) |
![]() | Find(Predicate<(Of <<'(T>)>>)) | (Inherited from List<(Of <(<'LiveDataSample>)>)>.) |
![]() | FindAll(Predicate<(Of <<'(T>)>>)) | (Inherited from List<(Of <(<'LiveDataSample>)>)>.) |
![]() | FindIndex(Predicate<(Of <<'(T>)>>)) | (Inherited from List<(Of <(<'LiveDataSample>)>)>.) |
![]() | FindIndex(Int32, Predicate<(Of <<'(T>)>>)) | (Inherited from List<(Of <(<'LiveDataSample>)>)>.) |
![]() | FindIndex(Int32, Int32, Predicate<(Of <<'(T>)>>)) | (Inherited from List<(Of <(<'LiveDataSample>)>)>.) |
![]() | FindLast(Predicate<(Of <<'(T>)>>)) | (Inherited from List<(Of <(<'LiveDataSample>)>)>.) |
![]() | FindLastIndex(Predicate<(Of <<'(T>)>>)) | (Inherited from List<(Of <(<'LiveDataSample>)>)>.) |
![]() | FindLastIndex(Int32, Predicate<(Of <<'(T>)>>)) | (Inherited from List<(Of <(<'LiveDataSample>)>)>.) |
![]() | FindLastIndex(Int32, Int32, Predicate<(Of <<'(T>)>>)) | (Inherited from List<(Of <(<'LiveDataSample>)>)>.) |
![]() | ForEach(Action<(Of <<'(T>)>>)) | (Inherited from List<(Of <(<'LiveDataSample>)>)>.) |
![]() | GetEnumerator()()()() | (Inherited from List<(Of <(<'LiveDataSample>)>)>.) |
![]() | GetHashCode()()()() | (Inherited from Object.) |
![]() | GetRange(Int32, Int32) | (Inherited from List<(Of <(<'LiveDataSample>)>)>.) |
![]() | GetType()()()() | (Inherited from Object.) |
![]() | IndexOf(T) | (Inherited from List<(Of <(<'LiveDataSample>)>)>.) |
![]() | IndexOf(T, Int32) | (Inherited from List<(Of <(<'LiveDataSample>)>)>.) |
![]() | IndexOf(T, Int32, Int32) | (Inherited from List<(Of <(<'LiveDataSample>)>)>.) |
![]() | Insert(Int32, T) | (Inherited from List<(Of <(<'LiveDataSample>)>)>.) |
![]() | InsertRange(Int32, IEnumerable<(Of <<'(T>)>>)) | (Inherited from List<(Of <(<'LiveDataSample>)>)>.) |
![]() | Item[([( Int32])]) | (Inherited from List<(Of <(<'LiveDataSample>)>)>.) |
![]() | LastIndexOf(T) | (Inherited from List<(Of <(<'LiveDataSample>)>)>.) |
![]() | LastIndexOf(T, Int32) | (Inherited from List<(Of <(<'LiveDataSample>)>)>.) |
![]() | LastIndexOf(T, Int32, Int32) | (Inherited from List<(Of <(<'LiveDataSample>)>)>.) |
![]() | MemberwiseClone()()()() | (Inherited from Object.) |
![]() | Remove(T) | (Inherited from List<(Of <(<'LiveDataSample>)>)>.) |
![]() | RemoveAll(Predicate<(Of <<'(T>)>>)) | (Inherited from List<(Of <(<'LiveDataSample>)>)>.) |
![]() | RemoveAt(Int32) | (Inherited from List<(Of <(<'LiveDataSample>)>)>.) |
![]() | RemoveRange(Int32, Int32) | (Inherited from List<(Of <(<'LiveDataSample>)>)>.) |
![]() | Reverse()()()() | (Inherited from List<(Of <(<'LiveDataSample>)>)>.) |
![]() | Reverse(Int32, Int32) | (Inherited from List<(Of <(<'LiveDataSample>)>)>.) |
![]() | Sort()()()() | (Inherited from List<(Of <(<'LiveDataSample>)>)>.) |
![]() | Sort(IComparer<(Of <<'(T>)>>)) | (Inherited from List<(Of <(<'LiveDataSample>)>)>.) |
![]() | Sort(Int32, Int32, IComparer<(Of <<'(T>)>>)) | (Inherited from List<(Of <(<'LiveDataSample>)>)>.) |
![]() | Sort(Comparison<(Of <<'(T>)>>)) | (Inherited from List<(Of <(<'LiveDataSample>)>)>.) |
![]() | ToArray()()()() | (Inherited from List<(Of <(<'LiveDataSample>)>)>.) |
![]() | ToString()()()() | (Inherited from Object.) |
![]() | TrimExcess()()()() | (Inherited from List<(Of <(<'LiveDataSample>)>)>.) |
![]() | TrueForAll(Predicate<(Of <<'(T>)>>)) | (Inherited from List<(Of <(<'LiveDataSample>)>)>.) |

Object | ||
![]() | List<(Of <(<'LiveDataSample>)>)> | |
![]() | LiveDataCollection |
Assembly: Keyoti4.SearchEngine.Core (Module: Keyoti4.SearchEngine.Core.dll) Version: 2022.8.22.610