Для изменения размера нажмите или перетащите

CodeBlockCollection - класс

Коллекция элементов выражения
Иерархия наследования
SystemObject
  System.Collections.GenericListCodeBlock
    Tessa.Views.Parser.ExpressionEvalCodeBlockCollection

Пространство имён:  Tessa.Views.Parser.ExpressionEval
Сборка:  Tessa (в Tessa.dll) Версия: 3.5.0.19
Синтаксис
public class CodeBlockCollection : List<CodeBlock>

Тип CodeBlockCollection предоставляет следующие члены.

Конструкторы
  ИмяОписание
Открытый методCodeBlockCollection
Initializes a new instance of the CodeBlockCollection class.
В начало страницы
Свойства
  ИмяОписание
Открытое свойствоCapacity
Gets or sets the total number of elements the internal data structure can hold without resizing.
(Унаследован от ListCodeBlock.)
Открытое свойствоCount (Унаследован от ListCodeBlock.)
Открытое свойствоItem
Gets or sets the element at the specified index.
(Унаследован от ListCodeBlock.)
Открытое свойствоOriginalCode
Gets Строковое представление кода
В начало страницы
Методы
  ИмяОписание
Открытый методAdd (Унаследован от ListCodeBlock.)
Открытый методAddRange (Унаследован от ListCodeBlock.)
Открытый методAsReadOnly (Унаследован от ListCodeBlock.)
Открытый методBinarySearch(T)
Searches the entire sorted ListT for an element using the default comparer and returns the zero-based index of the element.
(Унаследован от ListCodeBlock.)
Открытый методBinarySearch(T, IComparerT)
Searches the entire sorted ListT for an element using the specified comparer and returns the zero-based index of the element.
(Унаследован от ListCodeBlock.)
Открытый методBinarySearch(Int32, Int32, T, IComparerT)
Searches a range of elements in the sorted ListT for an element using the specified comparer and returns the zero-based index of the element.
(Унаследован от ListCodeBlock.)
Открытый методClear (Унаследован от ListCodeBlock.)
Открытый методContains (Унаследован от ListCodeBlock.)
Открытый методConvertAllTOutput (Унаследован от ListCodeBlock.)
Открытый методCopyTo(T) (Унаследован от ListCodeBlock.)
Открытый методCopyTo(T, Int32) (Унаследован от ListCodeBlock.)
Открытый методCopyTo(Int32, T, Int32, Int32)
Copies a range of elements from the ListT to a compatible one-dimensional array, starting at the specified index of the target array.
(Унаследован от ListCodeBlock.)
Открытый методEquals
Determines whether the specified object is equal to the current object.
(Унаследован от Object.)
Открытый методExists (Унаследован от ListCodeBlock.)
Защищённый методFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Унаследован от Object.)
Открытый методFind
Searches for an element that matches the conditions defined by the specified predicate, and returns the first occurrence within the entire ListT.
(Унаследован от ListCodeBlock.)
Открытый методFindAll
Retrieves all the elements that match the conditions defined by the specified predicate.
(Унаследован от ListCodeBlock.)
Открытый методFindIndex(PredicateT)
Searches for an element that matches the conditions defined by the specified predicate, and returns the zero-based index of the first occurrence within the entire ListT.
(Унаследован от ListCodeBlock.)
Открытый методFindIndex(Int32, PredicateT)
Searches for an element that matches the conditions defined by the specified predicate, and returns the zero-based index of the first occurrence within the range of elements in the ListT that extends from the specified index to the last element.
(Унаследован от ListCodeBlock.)
Открытый методFindIndex(Int32, Int32, PredicateT)
Searches for an element that matches the conditions defined by the specified predicate, and returns the zero-based index of the first occurrence within the range of elements in the ListT that starts at the specified index and contains the specified number of elements.
(Унаследован от ListCodeBlock.)
Открытый методFindLast
Searches for an element that matches the conditions defined by the specified predicate, and returns the last occurrence within the entire ListT.
(Унаследован от ListCodeBlock.)
Открытый методFindLastIndex(PredicateT)
Searches for an element that matches the conditions defined by the specified predicate, and returns the zero-based index of the last occurrence within the entire ListT.
(Унаследован от ListCodeBlock.)
Открытый методFindLastIndex(Int32, PredicateT)
Searches for an element that matches the conditions defined by the specified predicate, and returns the zero-based index of the last occurrence within the range of elements in the ListT that extends from the first element to the specified index.
(Унаследован от ListCodeBlock.)
Открытый методFindLastIndex(Int32, Int32, PredicateT)
Searches for an element that matches the conditions defined by the specified predicate, and returns the zero-based index of the last occurrence within the range of elements in the ListT that contains the specified number of elements and ends at the specified index.
(Унаследован от ListCodeBlock.)
Открытый методForEach (Унаследован от ListCodeBlock.)
Открытый методGetEnumerator (Унаследован от ListCodeBlock.)
Открытый методGetHashCode
Serves as the default hash function.
(Унаследован от Object.)
Открытый методGetRange (Унаследован от ListCodeBlock.)
Открытый методGetType
Gets the Type of the current instance.
(Унаследован от Object.)
Открытый методIndexOf(T) (Унаследован от ListCodeBlock.)
Открытый методIndexOf(T, Int32)
Searches for the specified object and returns the zero-based index of the first occurrence within the range of elements in the ListT that extends from the specified index to the last element.
(Унаследован от ListCodeBlock.)
Открытый методIndexOf(T, Int32, Int32)
Searches for the specified object and returns the zero-based index of the first occurrence within the range of elements in the ListT that starts at the specified index and contains the specified number of elements.
(Унаследован от ListCodeBlock.)
Открытый методInsert (Унаследован от ListCodeBlock.)
Открытый методInsertRange (Унаследован от ListCodeBlock.)
Открытый методLastIndexOf(T) (Унаследован от ListCodeBlock.)
Открытый методLastIndexOf(T, Int32)
Searches for the specified object and returns the zero-based index of the last occurrence within the range of elements in the ListT that extends from the first element to the specified index.
(Унаследован от ListCodeBlock.)
Открытый методLastIndexOf(T, Int32, Int32)
Searches for the specified object and returns the zero-based index of the last occurrence within the range of elements in the ListT that contains the specified number of elements and ends at the specified index.
(Унаследован от ListCodeBlock.)
Защищённый методMemberwiseClone
Creates a shallow copy of the current Object.
(Унаследован от Object.)
Открытый методRemove (Унаследован от ListCodeBlock.)
Открытый методRemoveAll
Removes all the elements that match the conditions defined by the specified predicate.
(Унаследован от ListCodeBlock.)
Открытый методRemoveAt (Унаследован от ListCodeBlock.)
Открытый методRemoveRange (Унаследован от ListCodeBlock.)
Открытый методReverse (Унаследован от ListCodeBlock.)
Открытый методReverse(Int32, Int32)
Reverses the order of the elements in the specified range.
(Унаследован от ListCodeBlock.)
Открытый методSort (Унаследован от ListCodeBlock.)
Открытый методSort(IComparerT) (Унаследован от ListCodeBlock.)
Открытый методSort(ComparisonT) (Унаследован от ListCodeBlock.)
Открытый методSort(Int32, Int32, IComparerT) (Унаследован от ListCodeBlock.)
Открытый методToArray (Унаследован от ListCodeBlock.)
Открытый методToString
Возвращает объект String, который представляет текущий объект Object.
(Переопределяет ObjectToString.)
Открытый методTrimExcess (Унаследован от ListCodeBlock.)
Открытый методTrueForAll (Унаследован от ListCodeBlock.)
В начало страницы
Методы расширения
  ИмяОписание
Открытый метод расширенияGet (Определяется ComHelper.)
Открытый метод расширенияInternalMarkerCanvas
Возвращает маркер аннотации
(Определяется AnnotationInternalsAccessor.)
Открытый метод расширенияInvoke (Определяется ComHelper.)
Открытый метод расширенияSet (Определяется ComHelper.)
В начало страницы
См. также