메소드 | 설명 | |
---|---|---|
Add ( |
Adds the key-value-pair.
|
|
ContainsKey ( |
Check, if it contains the key.
|
|
Remove ( |
Removes the entry.
|
public Add ( |
||
target | The target key object. | |
parentChangedNotifier | The notifier. | |
리턴 | void |
public ContainsKey ( |
||
target | The target object. | |
리턴 | bool |
public Remove ( |
||
target | The target object. | |
리턴 | void |