====== Extended Syntax Samples ====== * [[stringbuilder|The StringBuilder]] * [[read_file|Read a file]] * [[read_file_stream|Read a file using a stream]] * [[stringformat|String.Format]] * [[extension_methods|Extension Methods]] * [[async_await|Async and Await]] * [[collections|Collections - typed arrays]] * [[tuples|Tuples]] * [[delegates|Delegates]] * [[yield|Yield]] * [[preprocessor|The Preprocessor]] * [[commands_actions_delegates|Commands, Actions, Delegates]] * [[interfaces|Interfaces]] * [[dynamic_loading|Dynamic loading libraries]] * [[_dll_function|_dll function]] * [[casting|Casting]] * [[gchandle|GCHandle: cast an object to a number]] * [[indexers_indexed_property|Indexers and indexed properties]]