ExampleClass.NestedTuple method

A method with a nested tuple.

public void NestedTuple(
    Dictionary<((int A, int B) C, IList<(int D, int E)> F), (int G, int H)> dictionary)

See Also