예제 #1
0
        public int DoAThing(IBar bar)
        {
            // Perform the actions,
            // then act on bar.

            return(bar.DoTheOtherThing());
        }