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