(@"(?:[^"]|"")*"|"(?:\\.|[^\\"])*")
The foreach statement executes a statement or a block of statements for each element in an instance of the type that implements the System.Collections.IEnumerable or System.Collections.Generic.IEnumerable interface. The foreach statement is not limited to those types and can be applied to an instance of any type that satisfies the following conditions:
- has the public parameterless GetEnumerator method whose return type is either class, struct, or interface type,
- the return type of the GetEnumerator method has the public Current property and the public parameterless MoveNext method whose return type is Boolean.
а ангийский чар пишет по однобайтовой кодировке
var a = new Dictionary<(string, string), string>;
Получается мне что то на подобии создания плагинов надо. При помощи какой технологии можно подобное сделать?
Создать отдельный класс для этого всего?
Насколько оно вообще работает в сложных интерфейсах?
Насколько оно кросс-платформенно?
ReactiveUI has first class support for Xamarin Forms, Xamarin.iOS, Xamarin.Android, Xamarin.Mac, Tizen, Windows Forms, Windows Presentation Foundation (WPF), & Universal Windows Platform (UWP).
Стоит ли оно вообще того?
The following table shows the keywords for built-in C# types, which are aliases of predefined types in the System namespace.