메소드 | 설명 | |
---|---|---|
BucketCounter ( ) : System | ||
DefineKey ( string key ) : void |
Creates a key and initializes it to a count of zero.
|
|
IncrementKey ( string key ) : void |
Make sure we have a counter for the key and increment it. Note that this is why I use Int32 objects instead of int
|