ExampleClass.NullableReferences<T> method

A method with nullable references.

public void NullableReferences<T>(string? a, (string B1, string? B2, string B3) b, 
    Dictionary<string, string?> c, string[]? d, string?[] e, (T F1, T? F2) f)

See Also