c# Programming Glossary: checkpass
Easiest way to get a common base class from a collection of types http://stackoverflow.com/questions/353430/easiest-way-to-get-a-common-base-class-from-a-collection-of-types for int i 0 i types.Length i temp i types i bool checkPass false Type tested null while checkPass tested temp 0 checkPass.. i types i bool checkPass false Type tested null while checkPass tested temp 0 checkPass true for int i 1 i temp.Length i .. false Type tested null while checkPass tested temp 0 checkPass true for int i 1 i temp.Length i if tested.Equals temp i ..
|