コード例 #1
0
ファイル: Lens.cs プロジェクト: endofunk/Endofunk-FX
 public static Lens <S, T, C, D> Then <S, T, A, B, C, D>(this Lens <S, T, A, B> @this, Lens <A, B, C, D> other) => @this.Compose(other);