 | nodeBlockCollection Class |
Home | imbSCI | imbACE | imbNLP | imbWEM | imbWBI [This is preliminary documentation and is subject to change.]
Inheritance Hierarchy
Namespace:
imbCommonModels.contentBlock
Assembly:
imbCommonModels (in imbCommonModels.dll) Version: 0.1.0.0 (0.1.0.0)
Syntaxpublic class nodeBlockCollection : List<nodeBlock>
The nodeBlockCollection type exposes the following members.
Constructors
Properties
Methods
| Name | Description |
---|
 | Add | (Inherited from ListnodeBlock.) |
 | AddNewBlock | |
 | AddRange | (Inherited from ListnodeBlock.) |
 | AsReadOnly | (Inherited from ListnodeBlock.) |
 | BinarySearch(T) | (Inherited from ListnodeBlock.) |
 | BinarySearch(T, IComparerT) | (Inherited from ListnodeBlock.) |
 | BinarySearch(Int32, Int32, T, IComparerT) | (Inherited from ListnodeBlock.) |
 | CalculateScores | |
 | Clear | (Inherited from ListnodeBlock.) |
 | Contains | (Inherited from ListnodeBlock.) |
 | ConvertAllTOutput | (Inherited from ListnodeBlock.) |
 | CopyTo(T) | (Inherited from ListnodeBlock.) |
 | CopyTo(T, Int32) | (Inherited from ListnodeBlock.) |
 | CopyTo(Int32, T, Int32, Int32) | (Inherited from ListnodeBlock.) |
 | Equals | (Inherited from Object.) |
 | Exists | (Inherited from ListnodeBlock.) |
 | Find | (Inherited from ListnodeBlock.) |
 | FindAll | (Inherited from ListnodeBlock.) |
 | FindIndex(PredicateT) | (Inherited from ListnodeBlock.) |
 | FindIndex(Int32, PredicateT) | (Inherited from ListnodeBlock.) |
 | FindIndex(Int32, Int32, PredicateT) | (Inherited from ListnodeBlock.) |
 | FindLast | (Inherited from ListnodeBlock.) |
 | FindLastIndex(PredicateT) | (Inherited from ListnodeBlock.) |
 | FindLastIndex(Int32, PredicateT) | (Inherited from ListnodeBlock.) |
 | FindLastIndex(Int32, Int32, PredicateT) | (Inherited from ListnodeBlock.) |
 | ForEach | (Inherited from ListnodeBlock.) |
 | GetBlockByXPath | |
 | GetEnumerator | (Inherited from ListnodeBlock.) |
 | GetHashCode | (Inherited from Object.) |
 | GetRange | (Inherited from ListnodeBlock.) |
 | GetType | (Inherited from Object.) |
 | IndexOf(T) | (Inherited from ListnodeBlock.) |
 | IndexOf(T, Int32) | (Inherited from ListnodeBlock.) |
 | IndexOf(T, Int32, Int32) | (Inherited from ListnodeBlock.) |
 | Insert | (Inherited from ListnodeBlock.) |
 | InsertRange | (Inherited from ListnodeBlock.) |
 | LastIndexOf(T) | (Inherited from ListnodeBlock.) |
 | LastIndexOf(T, Int32) | (Inherited from ListnodeBlock.) |
 | LastIndexOf(T, Int32, Int32) | (Inherited from ListnodeBlock.) |
 | Remove | (Inherited from ListnodeBlock.) |
 | RemoveAll | (Inherited from ListnodeBlock.) |
 | RemoveAt | (Inherited from ListnodeBlock.) |
 | RemoveRange | (Inherited from ListnodeBlock.) |
 | Reverse | (Inherited from ListnodeBlock.) |
 | Reverse(Int32, Int32) | (Inherited from ListnodeBlock.) |
 | Sort | (Inherited from ListnodeBlock.) |
 | Sort(IComparerT) | (Inherited from ListnodeBlock.) |
 | Sort(ComparisonT) | (Inherited from ListnodeBlock.) |
 | Sort(Int32, Int32, IComparerT) | (Inherited from ListnodeBlock.) |
 | ToArray | (Inherited from ListnodeBlock.) |
 | ToString | (Inherited from Object.) |
 | TrimExcess | (Inherited from ListnodeBlock.) |
 | TrueForAll | (Inherited from ListnodeBlock.) |
Top
See AlsoReference
[!:System.Collections.Generic.List<imbSemanticEngine.contentTree.nodeBlock>]