Represents a collection of lexical scopes.
- Inheritance:
-
object
Collection<Lexical
Scope > SimpleBase Observable <LexicalCollection Scope > objectBase
- Implements:
-
ILexical
Scope Collection
Constructors
LexicalScopeCollection(ILexicalState)
Initializes a new instance of the LexicalScopeCollection
class.
Parameter | Type | Description |
---|---|---|
parentLexicalState | ILexical |
The parent ILexical |
Methods
OnItemAdded(int, LexicalScopeBase)
Called after an item as been added into the collection.
Parameter | Type | Description |
---|---|---|
index | int | The index at which the item is added. |
value | Lexical |
The item that is added. |
OnItemRemoving(int, LexicalScopeBase)
Called before an item has been removed from the collection.
Parameter | Type | Description |
---|---|---|
index | int | The index at which the item is removed. |
value | Lexical |
The item that is removed. |
Inherited Members
- SimpleObservableCollection<LexicalScopeBase>.BlockReentrancy()
- SimpleObservableCollection<LexicalScopeBase>.CheckReadOnly()
- SimpleObservableCollection<LexicalScopeBase>.CheckReentrancy()
- SimpleObservableCollection<LexicalScopeBase>.ClearItems()
- SimpleObservableCollection<LexicalScopeBase>.InsertItem(int, LexicalScopeBase)
- SimpleObservableCollection<LexicalScopeBase>.OnItemAdding(int, LexicalScopeBase)
- SimpleObservableCollection<LexicalScopeBase>.OnItemRemoved(int, LexicalScopeBase)
- SimpleObservableCollection<LexicalScopeBase>.RemoveItem(int)
- SimpleObservableCollection<LexicalScopeBase>.SetItem(int, LexicalScopeBase)
- SimpleObservableCollection<LexicalScopeBase>.IsReadOnly
- SimpleObservableCollection<LexicalScopeBase>.ItemAdding
- SimpleObservableCollection<LexicalScopeBase>.ItemAdded
- SimpleObservableCollection<LexicalScopeBase>.ItemRemoving
- SimpleObservableCollection<LexicalScopeBase>.ItemRemoved
-
object.
Get Type() -
object.
Memberwise Clone() -
object.
To String() -
object.
Equals(object) -
object.
Equals(object, object) -
object.
Reference Equals(object, object) -
object.
Get Hash Code()