Generics
From DevRiot for VS .Net Documentation
Generics is, perhaps, the least straightforward feature RIOT supports.
Because each set of generic arguments changes any generic type, or generic method, behavior DevRiot will ask the user which set of generic arguments is going to use at the type and/or method level:
RIOT will also allow the user to change the generic arguments passed to a type using the command/button below. Invoking this command will bring the "Generic Type Dialog" (above left).
Each line in both dialogs can be considered code snippets. The user can ask the RIOT engine to include any type in the build tree. Notice in the upper right image this M.U.T takes two generic arguments and the first one is a doubly nested generic type. Just follow the standard syntax for each type. Code completion is not available yet so full names are required.
For a working demonstration of the majority of concepts described her follow this link [1]



