У нас вы можете посмотреть бесплатно C# 7 Chapter 7 : Pattern matching feature in c# 7.0 или скачать в максимальном доступном качестве, видео которое было загружено на ютуб. Для загрузки выберите вариант из формы ниже:
Если кнопки скачивания не
загрузились
НАЖМИТЕ ЗДЕСЬ или обновите страницу
Если возникают проблемы со скачиванием видео, пожалуйста напишите в поддержку по адресу внизу
страницы.
Спасибо за использование сервиса ClipSaver.ru
Pattern matching : Patterns are introduced in 7.0 to bring power to some existing language operators and statements. The pattern matching feature introduced in C# 7.0 has the following two advantages: You can perform pattern matching on any data type, even your own, whereas with if/else, you always need primitives to match. Pattern matching can extract values from your expression. C# 7.0 introduces pattern matching in two cases, the is expression and the switch statement. ankpro ankpro training Asp.net MVC C# C sharp Bangalore Rajajinagar Selenium Coded UI Mobile automation testing Mobile testing JQuery JavaScript .Net Components of the .Net framework Hello World Literal Keywords Variable Data types Operators Branching Loops Arrays ArrayList Strings String Builder Structures Enums Functions Classes Inheritance Polymorphism Properties Indexers Events Nested Classes Delegates Anonymous methods Labda expressions Abstract classes Exception Handling Linq Interfaces Extension methods Anonymous types Generics Collections Garbage Collection Reflection Attributes Input and output statements Type casting Partial Methods Partial Classes Boxing and Unboxing Var vs Dynamic vs Object using Static. Auto property initializer. Dictionary Initializer. nameof Expression. New way for Exception filters. await in catch and finally block. Null – Conditional Operator. Expression – Bodied Methods Easily format strings – String interpolation Parameterless constructors in structs. Creating a custom exceptions class. Destruction Out variables Tuples Pattern Matching Throw expressions Local Functions Binary Literals and Digit Separators Ref locals and returns Expression-bodied