WindowSize 変換演算子 |
| 名前 | 説明 | |
|---|---|---|
| (TupleInt32, Int32 to WindowSize) |
Tuple<int, string> -> WindowSize 型変換
| |
| (ValueTupleInt32, Int32 to WindowSize) |
(int, string) -> WindowSize 型変換
| |
| (WindowSize to TupleInt32, Int32) |
WindowSize -> Tuple<int, string> 型変換
| |
| (WindowSize to ValueTupleInt32, Int32) |
WindowSize -> (int, string) 型変換
|