static void Method(out int i) { i = 44; }
public void SampleMethod(out int i) { } public void SampleMethod(ref int i) { }