SYMBOL INDEX (63 symbols across 2 files) FILE: examples.cs class Example1 (line 8) | class Example1 method Net45Application (line 10) | public void Net45Application(INetFramework45 platform) method NetStandardLibrary13 (line 23) | public void NetStandardLibrary13(INetStandard13 platform) class Example2 (line 38) | class Example2 method Net45Application (line 40) | public void Net45Application(INetFramework451 platform) method NetCoreApplication (line 46) | public void NetCoreApplication(INetCoreApp10 platform) method MultipleTargetsLibrary (line 52) | public void MultipleTargetsLibrary(INetFramework45 platform) method MultipleTargetsLibrary (line 57) | public void MultipleTargetsLibrary(INetStandard13 platform) class Example3 (line 68) | class Example3 method FuturePlatformApplication (line 73) | public void FuturePlatformApplication(ISomeFuturePlatform platform) method JsonNet (line 82) | public void JsonNet(INetStandard10 platform) FILE: platforms.cs type INetStandard10 (line 10) | interface INetStandard10 method Primitives (line 12) | void Primitives(); method Reflection (line 13) | void Reflection(); method Tasks (line 14) | void Tasks(); method Xml (line 15) | void Xml(); method Collections (line 16) | void Collections(); method Linq (line 17) | void Linq(); type INetStandard11 (line 20) | interface INetStandard11 : INetStandard10 method ConcurrentCollections (line 22) | void ConcurrentCollections(); method LinqParallel (line 23) | void LinqParallel(); method Compression (line 24) | void Compression(); method HttpClient (line 25) | void HttpClient(); type INetStandard12 (line 28) | interface INetStandard12 : INetStandard11 method ThreadingTimer (line 30) | void ThreadingTimer(); type INetStandard13 (line 33) | interface INetStandard13 : INetStandard12 method FileSystem (line 35) | void FileSystem(); method Console (line 36) | void Console(); method ThreadPool (line 37) | void ThreadPool(); method Crypto (line 38) | void Crypto(); method WebSockets (line 39) | void WebSockets(); method Process (line 40) | void Process(); method Sockets (line 41) | void Sockets(); method AsyncLocal (line 43) | void AsyncLocal(); type INetStandard14 (line 46) | interface INetStandard14 : INetStandard13 method IsolatedStorage (line 48) | void IsolatedStorage(); type INetStandard15 (line 51) | interface INetStandard15 : INetStandard14 type INetFramework45 (line 57) | interface INetFramework45 : INetStandard11 method FileSystem (line 59) | void FileSystem(); method Console (line 60) | void Console(); method ThreadPool (line 61) | void ThreadPool(); method Crypto (line 62) | void Crypto(); method WebSockets (line 63) | void WebSockets(); method Process (line 64) | void Process(); method Drawing (line 65) | void Drawing(); method SystemWeb (line 66) | void SystemWeb(); method WPF (line 67) | void WPF(); method WindowsForms (line 68) | void WindowsForms(); method WCF (line 69) | void WCF(); type INetFramework451 (line 72) | interface INetFramework451 : INetFramework45, INetStandard12 type INetFramework452 (line 77) | interface INetFramework452 : INetFramework451, INetStandard12 type INetFramework46 (line 82) | interface INetFramework46 : INetFramework452, INetStandard13 type INetFramework461 (line 87) | interface INetFramework461 : INetFramework46, INetStandard14 type INetFramework462 (line 92) | interface INetFramework462 : INetFramework461, INetStandard15 type IWindowsUniversalPlatform (line 99) | interface IWindowsUniversalPlatform : INetStandard13 method GPS (line 101) | void GPS(); method Xaml (line 102) | void Xaml(); type IXamarinIOS (line 107) | interface IXamarinIOS : INetStandard15 method AppleAPIs (line 109) | void AppleAPIs(); type IXamarinAndroid (line 112) | interface IXamarinAndroid : INetStandard15 method GoogleAPIs (line 114) | void GoogleAPIs(); type INetCoreApp10 (line 119) | interface INetCoreApp10 : INetStandard15 type ISomeFuturePlatform (line 126) | interface ISomeFuturePlatform : INetStandard13