C# Class Smrf.AppLib.CollectionUtil

Utility methods for working with collections.
All methods are static.
Mostrar archivo Open project: 2014-sed-team3/term-project

Public Methods

Method Description
GetDictionaryKey ( Int32 uniqueNumber1, Int32 uniqueNumber2, System.Boolean useOrder ) : System.Int64
ParseDictionaryKey ( System.Int64 dictionaryKey, Int32 &parsedNumber1, Int32 &parsedNumber2 ) : void

Method Details

GetDictionaryKey() public static method

public static GetDictionaryKey ( Int32 uniqueNumber1, Int32 uniqueNumber2, System.Boolean useOrder ) : System.Int64
uniqueNumber1 System.Int32
uniqueNumber2 System.Int32
useOrder System.Boolean
return System.Int64

ParseDictionaryKey() public static method

public static ParseDictionaryKey ( System.Int64 dictionaryKey, Int32 &parsedNumber1, Int32 &parsedNumber2 ) : void
dictionaryKey System.Int64
parsedNumber1 System.Int32
parsedNumber2 System.Int32
return void