[This is preliminary documentation and is subject to change.]

Namespace:  Phoenix.Macros
Assembly:  Phoenix (in Phoenix.dll) Version: 0.7.0.0

Syntax

         
 C#  Visual Basic  Visual C++ 
public class MacrosCollection : DictionaryEx<string, Macro>
Public Class MacrosCollection _
	Inherits DictionaryEx(Of String, Macro)
public ref class MacrosCollection : public DictionaryEx<String^, Macro^>

Members

               
 All Members  Constructors   Properties   Methods   Events  
 Public

 Protected
 Instance

 Static 
 Declared

 Inherited
 XNA Framework Only 

 .NET Compact Framework Only 

 MemberDescription
Remove(TKey)
MacrosCollection()()()
Initializes a new instance of the MacrosCollection class
Add(KeyValuePair<(Of <(TKey, TValue>)>)) (Inherited from DictionaryEx<(Of <(TKey, TValue>)>).)
Add(TKey, TValue) (Inherited from DictionaryEx<(Of <(TKey, TValue>)>).)
Clear()()() (Inherited from DictionaryEx<(Of <(TKey, TValue>)>).)
Contains(KeyValuePair<(Of <(TKey, TValue>)>)) (Inherited from DictionaryEx<(Of <(TKey, TValue>)>).)
ContainsKey(TKey) (Inherited from DictionaryEx<(Of <(TKey, TValue>)>).)
CopyTo(array<KeyValuePair<(Of <(TKey, TValue>)>)>[]()[], Int32) (Inherited from DictionaryEx<(Of <(TKey, TValue>)>).)
Count (Inherited from DictionaryEx<(Of <(TKey, TValue>)>).)
CreateSynchronized()()()
Creates new empty synchronized dictionary of same type.
(Inherited from DictionaryEx<(Of <(TKey, TValue>)>).)
DictionaryCleared (Inherited from DictionaryEx<(Of <(TKey, TValue>)>).)
DictionaryClearing (Inherited from DictionaryEx<(Of <(TKey, TValue>)>).)
GetEnumerator()()() (Inherited from DictionaryEx<(Of <(TKey, TValue>)>).)
IsReadOnly (Inherited from DictionaryEx<(Of <(TKey, TValue>)>).)
IsSynchronized (Inherited from DictionaryEx<(Of <(TKey, TValue>)>).)
Item[([(TKey])]) (Inherited from DictionaryEx<(Of <(TKey, TValue>)>).)
ItemAdded (Inherited from DictionaryEx<(Of <(TKey, TValue>)>).)
ItemAdding (Inherited from DictionaryEx<(Of <(TKey, TValue>)>).)
ItemRemoved (Inherited from DictionaryEx<(Of <(TKey, TValue>)>).)
ItemRemoving (Inherited from DictionaryEx<(Of <(TKey, TValue>)>).)
ItemUpdated (Inherited from DictionaryEx<(Of <(TKey, TValue>)>).)
ItemUpdating (Inherited from DictionaryEx<(Of <(TKey, TValue>)>).)
Keys (Inherited from DictionaryEx<(Of <(TKey, TValue>)>).)
Remove(TKey) (Inherited from DictionaryEx<(Of <(TKey, TValue>)>).)
SyncRoot
Gets synchronization object.
(Inherited from DictionaryEx<(Of <(TKey, TValue>)>).)
TryGetValue(TKey, TValue%) (Inherited from DictionaryEx<(Of <(TKey, TValue>)>).)
Values (Inherited from DictionaryEx<(Of <(TKey, TValue>)>).)

Inheritance Hierarchy

System..::.Object
  Phoenix.Collections..::.DictionaryEx<(Of <(String, Macro>)>)
    Phoenix.Macros..::.MacrosCollection

See Also