Name | Description | |
---|---|---|
ExpressionInfoCollection Constructor | Initializes a new instance of the ExpressionInfoCollection class. |
The following tables list the members exposed by ExpressionInfoCollection.
Name | Description | |
---|---|---|
ExpressionInfoCollection Constructor | Initializes a new instance of the ExpressionInfoCollection class. |
Name | Description | |
---|---|---|
Capacity | Gets or sets the number of elements that the System.Collections.CollectionBase can contain. (Inherited from System.Collections.CollectionBase) | |
Count | Gets the number of elements contained in the System.Collections.CollectionBase instance. This property cannot be overridden. (Inherited from System.Collections.CollectionBase) | |
IsReadOnly | Gets a value indicating whether the ExpressionInfoCollection is read-only. | |
Item | Gets or sets the ExpressionInfo at the specified index. |
Name | Description | |
---|---|---|
Add | Add item to colletion | |
AddRange | Adds the range. | |
Clear | Removes all objects from the System.Collections.CollectionBase instance. This method cannot be overridden. (Inherited from System.Collections.CollectionBase) | |
Contains | Determines whether the ExpressionInfoCollection contains a specific value. | |
CopyTo | Copies the elements of the ExpressionInfoCollection to an System.Array, starting at a particular System.Array index. | |
IndexOf | Determines the index of a specific item in the ExpressionInfoCollection. | |
Insert | Inserts a new a ExpressionInfo into the ExpressionInfoCollection at the specified location. | |
Remove | Remove item from collection | |
RemoveAt | Removes the element at the specified index of the System.Collections.CollectionBase instance. This method is not overridable. (Inherited from System.Collections.CollectionBase) | |
ToArray | Transforms this collection to array. |
Name | Description | |
---|---|---|
ItemAdded | Occurs immediately after adding an item to the collection. | |
ItemRemoved | Occurs immediately after removing an item from the collection. |