StudyCrafterAssistant
|
Public Member Functions | |
IProperty | Get (string name) |
bool | TryGet (string name, out IProperty property) |
void | Set (IProperty val) |
bool | Remove (string name) |
T | Get< T > (string name) |
bool | TryGet< T > (string name, out T val) |
void | Set< T > (T val) |
bool | Remove< T > (string name) |
bool | Contains (string name) |
IEnumerable< IProperty > | All () |
void | AddAll (IPropertyDictionary other) |