Method | Description | |
---|---|---|
CQS_Compliant ( ) : void |
This is CQS compliant version that does the same thing as above.
|
|
CQS_Violation ( ) : void |
CQS is not always applicable. Operations with Dictionary have a prime example of TryGetValue: returns boolean for success and populates out-variable with value.
|
|
DictinarySample ( ) : System |