IDynamicLexicalMacroCollection Interface
Provides the base requirements for a collection of DynamicLexicalMacro objects.
public interface IDynamicLexicalMacroCollection : IKeyedObservableCollection<DynamicLexicalMacro>, IObservableCollection<DynamicLexicalMacro>
Inherited Members
- IKeyedObservableCollection<DynamicLexicalMacro>.Contains(string)
- IKeyedObservableCollection<DynamicLexicalMacro>.IndexOf(string)
- IKeyedObservableCollection<DynamicLexicalMacro>.Remove(string)
- IKeyedObservableCollection<DynamicLexicalMacro>.this[string]
- IObservableCollection<DynamicLexicalMacro>.ItemAdding
- IObservableCollection<DynamicLexicalMacro>.ItemAdded
- IObservableCollection<DynamicLexicalMacro>.ItemRemoving
- IObservableCollection<DynamicLexicalMacro>.ItemRemoved